diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-13 09:45:02 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-13 09:45:39 +0200 |
commit | d8cfccfbc4895c3664aad7174d1570c309982857 (patch) | |
tree | dbaa84fb3d74c900e1551d5fa92405b25e59c902 /server/initializers/constants.ts | |
parent | e31e60151f4162b9832ec8f70a7246a58e78c22e (diff) | |
download | PeerTube-d8cfccfbc4895c3664aad7174d1570c309982857.tar.gz PeerTube-d8cfccfbc4895c3664aad7174d1570c309982857.tar.zst PeerTube-d8cfccfbc4895c3664aad7174d1570c309982857.zip |
Fix greek label
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 193bae5b5..3fce864bd 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -778,6 +778,7 @@ function buildLanguages () { | |||
778 | 778 | ||
779 | // Override Occitan label | 779 | // Override Occitan label |
780 | languages[ 'oc' ] = 'Occitan' | 780 | languages[ 'oc' ] = 'Occitan' |
781 | languages[ 'el' ] = 'Greek' | ||
781 | 782 | ||
782 | return languages | 783 | return languages |
783 | } | 784 | } |