mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
758 B
758 B
date, title, authors, categories, tags, slug
date | title | authors | categories | tags | slug | ||||
---|---|---|---|---|---|---|---|---|---|
2017-09-27T14:00:00+06:00 | Translation Support |
|
|
|
translation |
You can translate Minimo in your own language!
For example, if you want to translate Minimo in Spanish, you will have to add this to your site's config file:
[languages.es]
lang = "es"
languageName = "Spanish"
weight = 1
Then create a folder named /i18n/
in your site's root. And create a file /i18n/es.toml
with the translated strings.
For reference template you can see the en.toml file.
If you want your translation file to be included in Minimo repository, feel free to create a pull request.