Change `ger` language code to `deu` (#414)

For consistent use of T codes over B codes (see https://en.wikipedia.org/wiki/ISO_639-2 for some more details)
This commit is contained in:
scribblemaniac 2016-08-24 08:07:27 -06:00 committed by dkhamsing
parent a356dd0759
commit 1f339ed9d8
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ end
def output_flag(lang)
case lang
when 'ger'
when 'deu'
'🇩🇪'
when 'jpn'
'🇯🇵'

View File

@ -5203,7 +5203,7 @@
"apple-tv"
],
"description": "Watch Public German Broadcast/TV company streams",
"lang": "ger",
"lang": "deu",
"license": "gpl-2.0",
"source": "https://github.com/omichde/Telemat-tvOS",
"stars": 4,