From 4a5197ed48b22a24c5e150b9308ee4c149bec89e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 27 Jul 2020 11:51:31 +0200 Subject: locale: sync translations and rework enumeration We now enumerate directories in locale/ and rename them if Crowdin is giving us a different language code. Signed-off-by: Jason A. Donenfeld --- resources.rc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources.rc') diff --git a/resources.rc b/resources.rc index c1794582..f66ef4b5 100644 --- a/resources.rc +++ b/resources.rc @@ -76,3 +76,10 @@ VERSIONINFO_TEMPLATE( "WireGuard: hiter, sodoben, varen tunel VPN", "https://www.wireguard.com/" ) + +LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL +VERSIONINFO_TEMPLATE( + "040404b0", 0x404, 0x4b0, + "WireGuard:快速、現代、安全的 VPN 隧道", + "https://www.wireguard.com/" +) \ No newline at end of file -- cgit v1.2.3-59-g8ed1b