From 016e1703cf07bf2b5c07aa43d20f03dd9c35fe43 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Thu, 8 Sep 2022 09:34:12 +0200 Subject: [PATCH] Extension: Change Chinese (Traditional) translation code --- src/po/LINGUAS | 2 +- src/po/{zh_Hant.po => zh_TW.po} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/po/{zh_Hant.po => zh_TW.po} (100%) diff --git a/src/po/LINGUAS b/src/po/LINGUAS index 570e649..e53c8bc 100644 --- a/src/po/LINGUAS +++ b/src/po/LINGUAS @@ -16,7 +16,7 @@ tr zh_CN nan it -zh_Hant +zh_TW cs ja el diff --git a/src/po/zh_Hant.po b/src/po/zh_TW.po similarity index 100% rename from src/po/zh_Hant.po rename to src/po/zh_TW.po