All software should be adapted to allow painless contribution of localization i.e
case"$LANG" in
cz-*)printf'%s\n'"Something in czech";;
en-*|*)printf'%s\n'"Something in english"esac
Or adapted logic to use po files that are used to define the output and UI.
<!-- Please keep your request as short as possible, the longer the request the longer it's going to take for us to process it -->
All software should be adapted to allow painless contribution of localization i.e
```sh
case "$LANG" in
cz-*) printf '%s\n' "Something in czech" ;;
en-*|*) printf '%s\n' "Something in english"
esac
```
Or adapted logic to use `po` files that are used to define the output and UI.
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.83. Please mark this comment with 👍 or 👎 to give our bot feedback!
Issue-Label Bot is automatically applying the label `feature_request` to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/RXT0112/Zernit) and [code](https://github.com/hamelsmu/MLapp) for this bot.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
All software should be adapted to allow painless contribution of localization i.e
Or adapted logic to use
pofiles that are used to define the output and UI.Issue-Label Bot is automatically applying the label
feature_requestto this issue, with a confidence of 0.83. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.