8000 Convert i18n over to a JSON directory · Issue #392 · scribe-org/Scribe-iOS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Convert i18n over to a JSON directory #392
Closed
@andrewtavis

Description

@andrewtavis

Terms

Description

Something that Scribe-iOS will need to implement for a common localization process with Scribe-Android is to have a common JSON directory that has all of the localized strings that are needed for the app. This directory would then be controlled by Scribe-i18n in a way that changes to i18n would then trigger PRs in Scribe-iOS and Scribe-Android (and any other repos). We'll need a base en-US.json file and then a file for any other language that we're localizing Scribe into 😊

We're choosing to stick with JSON to assure that localization tools like Transifex or weblate can be used for community localizations. We have some texts like the privacy policy that need formatting and thus their own .swift files, but for individual like menu option labels these can be stored within a common file. The general idea would be to save them in a JSON and then make use of SwiftyJSON to load them in and access the key-value pairs.

Parts to this issue:

  • See if there's a good extension for this that is well maintained
  • Set up Transifex/Weblate/TranslateWiki for Scribe
  • Explore commits from external source i18n software to i18n repo to this repo
    - [ ] Switch over string references in the menu to use JSON keys for localized strings
    • We'll have new issues for this :)

Contribution

Happy to discuss the implementation of this and work on it or support! The focus should be on first getting all the English texts into the system, and then we can move over to Scribe-i18n to start adding in new languages that will then be triggered when the user changes their system language.

Metadata

Metadata

Assignees

Labels

-next release-Included in the next releasefeatureNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0