forked from organicmaps/organicmaps
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>
6 lines
193 B
Bash
Executable file
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
|