diff options
Diffstat (limited to '_data')
-rw-r--r-- | _data/translate_langs.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/_data/translate_langs.yml b/_data/translate_langs.yml index d4e802a..85e026c 100644 --- a/_data/translate_langs.yml +++ b/_data/translate_langs.yml @@ -2,25 +2,25 @@ # langs refer to https://cloud.google.com/translate/docs/languages - lang: en - img: https://www.countryflags.io/us/flat/64.png + img: https://cdn.countryflags.com/thumbs/united-states-of-america/flag-400.png text: English - lang: fr - img: https://www.countryflags.io/fr/flat/64.png + img: https://cdn.countryflags.com/thumbs/france/flag-400.png text: Franch - lang: zh-CN - img: https://www.countryflags.io/cn/flat/64.png + img: https://cdn.countryflags.com/thumbs/china/flag-400.png text: Chinese(Simple) - lang: ja - img: https://www.countryflags.io/jp/flat/64.png - text: Japan + img: https://cdn.countryflags.com/thumbs/japan/flag-400.png + text: Japanese - lang: ko - img: https://www.countryflags.io/kr/flat/64.png + img: https://cdn.countryflags.com/thumbs/south-korea/flag-400.png text: Korean - lang: ru - img: https://www.countryflags.io/ru/flat/64.png - text: Russia + img: https://cdn.countryflags.com/thumbs/russia/flag-400.png + text: Russian |