Addons:Language

From GExtension Wiki
Revision as of 14:22, 27 December 2020 by Ibot3 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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...",
  ...
}