Difference between revisions of "Addons:Language"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | Language files should be named after this pattern: <2-digit-country-code>. | + | Language files should be named after this pattern: <2-digit-country-code>.json |
− | For example de. | + | For example de.json, fr.json or en.json |
== Content == | == Content == | ||
− | The file must contain | + | The file must contain a json dictionary with the language-keys as keys and the translations as values : |
− | + | { | |
− | + | "category_create": "Create Category", | |
− | + | "payment_pending": "Your payment is pending...", | |
− | + | ... | |
− | + | } | |
− | |||
− | |||
[[Category:Addons]] | [[Category:Addons]] |
Latest revision as of 14:22, 27 December 2020
Language files should be named after this pattern: <2-digit-country-code>.json
For example de.json, fr.json or en.json
Content
The file must contain a json dictionary with the language-keys as keys and the translations as values :
{ "category_create": "Create Category", "payment_pending": "Your payment is pending...", ... }