diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-04-11 17:47:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 17:47:32 +0300 |
commit | 202f8d5cb321109030fbabf93b53efb9932506f2 (patch) | |
tree | 5fb783db2a420ded5deff0f6e607ef0aa1968437 /static/admin | |
parent | d69ebc475fc67c65c52c206b7cc1eb70e1633645 (diff) | |
parent | 055779022caa9ed20125aa72552bfa988c5b0c80 (diff) |
Merge pull request #71 from un-banked/i18n-add-pt
Add Portuguese
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 5bee7cb..185ed37 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -91,6 +91,7 @@ collections: - { label: "🇹🇷 Turkish", value: "tr" } - { label: "🇩🇪 Deutsch", value: "de" } - { label: "🇫🇷 French", value: "fr" } + - { label: "🇵🇹 Portuguese", value: "pt" } - label: 'Site language in code for html[lang]' hint: 'Use the ISO 639-1 defined abbreviations. Examples: en, lt, de. Fully explained here: https://github.com/cstate/cstate/wiki/Customization#changing-site-language' name: 'languageCode' |