This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/tools/unix/generate_localizations.sh
Roman Tsisyk 6e37398cf1 [strings] Switch to Weblate
https://github.com/orgs/organicmaps/discussions/4515

Weblate works fine. There is no longer a need to maintain a
homegrown, non-standard translation toolchain.

Categories are not in Weblate yet, but they weren't supported by
the previous toolkit too. This issue can be addressed later.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2025-03-05 18:07:24 +00:00

6 lines
193 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
echo "Regenerating localizations is no longer required. No more hassle." >&2
echo "Please refer to the TRANSLATIONS.md file for updated instructions." >&2
exit 1