mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 06:58:31 +00:00
Previously we used to mark a key as unstranlated if its value was equal to it in translations.json. This had an issue because it didn't allow otherwise valid cases where key was equal to the value. This commit solves the problem by disallowing an empty string as a valid translation and then using the empty string as the value for all the unstranslated keys. Fixes #5261
10 KiB
10 KiB