[GH-ISSUE #35] Automatic International English Conversion #28

Open
opened 2026-03-02 05:16:48 +03:00 by kerem · 0 comments
Owner

Originally created by @Sherlouk on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/35

Overview

Apple supports providing string definitions for a number of sub-English languages including (but not limited to):

  • British (en-GB)
  • American (en-US)
  • Canadian (en-CA)
  • Australian (en-AU)

I highlight these ones in particular because they are notable, large, audiences which applications may find value in providing custom translations for.

Language Differences

https://en.wikipedia.org/wiki/American_and_British_English_spelling_differences

image
Image Source: Wikipedia

Feature Request

It would be helpful if Stringz provided the option to automatically adapt translations made in one English language into one or more other English languages from those highlighted above. The most important (and well documented) option being to translate American English into British English and vice-versa.

There are a number of open-source libraries and command line tools which achieve this functionality, so we would need to reinvent the wheel.

In this example, the user would only provide one translation (such as British English) and the strings file for the other languages (such as American English) would be automatically generated and maintained by Stringz providing the alternate translations where necessary.

Originally created by @Sherlouk on GitHub (Sep 23, 2022). Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/35 ## Overview Apple supports providing string definitions for a number of sub-English languages including (but not limited to): * British (en-GB) * American (en-US) * Canadian (en-CA) * Australian (en-AU) I highlight these ones in particular because they are notable, large, audiences which applications may find value in providing custom translations for. ## Language Differences https://en.wikipedia.org/wiki/American_and_British_English_spelling_differences ![image](https://user-images.githubusercontent.com/15193942/192057505-5a8e52ed-2872-48b6-a0e0-6ebdd4453de8.png) Image Source: [Wikipedia](https://en.wikipedia.org/wiki/Canadian_English) ## Feature Request It would be helpful if Stringz provided the option to automatically adapt translations made in one English language into one or more other English languages from those highlighted above. The most important (and well documented) option being to translate American English into British English and vice-versa. There are a number of open-source libraries and command line tools which achieve this functionality, so we would need to reinvent the wheel. * https://github.com/HoldOffHunger/convert-british-to-american-spellings * https://github.com/hyperreality/American-British-English-Translator * etc In this example, the user would only provide one translation (such as British English) and the strings file for the other languages (such as American English) would be automatically generated and maintained by Stringz providing the alternate translations where necessary.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/Stringz#28
No description provided.