Addons:Language

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