aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/resources.rc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-07-27 11:51:31 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-08-18 09:49:17 +0200
commit4a5197ed48b22a24c5e150b9308ee4c149bec89e (patch)
tree92dd59fa06cf18b0aa0a3ac0193637dc2606e6e9 /resources.rc
parenttunnel: use conn.BindSocketToInterface type (diff)
downloadwireguard-windows-4a5197ed48b22a24c5e150b9308ee4c149bec89e.tar.xz
wireguard-windows-4a5197ed48b22a24c5e150b9308ee4c149bec89e.zip
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 <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--resources.rc7
1 files changed, 7 insertions, 0 deletions
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