diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-12-12 12:29:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 12:29:32 +0200 |
commit | 9f95ce0d1b04790a2ef3addd60de3da22869acdb (patch) | |
tree | 34ca52c3efb048d407ba235b49688b4887c0fafa /static/admin | |
parent | 761533cce11b9e76f775a3fa3b1efbd5ed224fe5 (diff) |
Add Tagalog by @TheWhackFactory from #153
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 9ce91d9..afd0e17 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -130,6 +130,7 @@ collections: - { label: "🇫🇷 French", value: "fr" } - { label: "🇧🇷 Portuguese", value: "pt"} - { label: "🇲🇰 Македонски", value: "mk" } + - { label: "🏳️ Tagalog", value: "tl" } - 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' |