]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commit
UI: add missing translations to incomplete locales
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 16 Dec 2020 23:40:42 +0000 (00:40 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 16 Dec 2020 23:40:42 +0000 (00:40 +0100)
commit49b7d083f1d4b207a51a855bd1ec8cc7abb34c52
treefb482bdc67a16253f5c13030731c6adc31a6f70b
parentdb4e2915f33aa561fff2401e05319e1b5241fdf8
UI: add missing translations to incomplete locales

This is the wrong way to fix the problem. The correct way will involve
moving away from the whacky tr() macro and using translations functions
properly. But migrating to that will require some heavy scripting work.
So for now, use a hammer.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Sources/WireGuardApp/ca.lproj/Localizable.strings
Sources/WireGuardApp/es.lproj/Localizable.strings
Sources/WireGuardApp/fa.lproj/Localizable.strings
Sources/WireGuardApp/fi.lproj/Localizable.strings
Sources/WireGuardApp/id.lproj/Localizable.strings
Sources/WireGuardApp/ko.lproj/Localizable.strings
Sources/WireGuardApp/pl.lproj/Localizable.strings
Sources/WireGuardApp/zh-Hant.lproj/Localizable.strings
WireGuard.xcodeproj/project.pbxproj
sync-translations.sh