taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 2a2c00e7fac0e3de14f963eaf55b8ee44789425d
parent 5479412ef2ce715d87ffea699693593e3c7e25a7
Author: MS <ms@taler.net>
Date:   Tue, 22 Sep 2020 14:44:05 +0200

Setting Japan's country code as "JP".

Diffstat:
Mweblate/settings.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/weblate/settings.py b/weblate/settings.py @@ -101,7 +101,7 @@ LANGUAGES = ( ("hr", "Hrvatski"), ("id", "Indonesia"), ("it", "Italiano"), - ("ja", "日本語"), + ("jp", "日本語"), ("kab", "Taqbaylit"), ("kk", "Қазақ тілі"), ("ko", "한국어"),