mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
Add Korean.
This commit is contained in:
@@ -24,6 +24,7 @@ LANGUAGES = [
|
|||||||
{% if 'el_GR' in env.locale %}('el-gr', _('Greek')),{% endif %}
|
{% if 'el_GR' in env.locale %}('el-gr', _('Greek')),{% endif %}
|
||||||
{% if 'it' in env.locale %}('it', _('Italian')),{% endif %}
|
{% if 'it' in env.locale %}('it', _('Italian')),{% endif %}
|
||||||
{% if 'ja_JP' in env.locale %}('ja-jp', _('Japanese')),{% endif %}
|
{% if 'ja_JP' in env.locale %}('ja-jp', _('Japanese')),{% endif %}
|
||||||
|
{% if 'ko' in env.locale %}('ko', _('Korean')),{% endif %}
|
||||||
{% if 'pt' in env.locale %}('pt', _('Portuguese')),{% endif %}
|
{% if 'pt' in env.locale %}('pt', _('Portuguese')),{% endif %}
|
||||||
{% if 'ro_RO' in env.locale %}('ro-ro', _('Romanian')),{% endif %}
|
{% if 'ro_RO' in env.locale %}('ro-ro', _('Romanian')),{% endif %}
|
||||||
{% if 'ru_RU' in env.locale %}('ru-ru', _('Russian')),{% endif %}
|
{% if 'ru_RU' in env.locale %}('ru-ru', _('Russian')),{% endif %}
|
||||||
|
Reference in New Issue
Block a user