Standard: Software localization #165

Open
opened 2020-08-20 05:59:41 +02:00 by Kreyren · 1 comment
Kreyren commented 2020-08-20 05:59:41 +02:00 (Migrated from github.com)

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[bot] commented 2020-08-20 05:59:44 +02:00 (Migrated from github.com)

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!

Links: app homepage, dashboard and code for this bot.

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.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kreyren/Zernit#165
No description provided.