mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
Start a translations infrastracture #345
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cfsmp3 on GitHub (Oct 9, 2017).
CCExtractor (and the GUI) has all texts hardcoded in the code. It would be a good idea to support several languages. As a first step we'd need to move all the texts to a separate file so that it's easy to later generate a proper multilanguage architecture (or well, probably there's many libraries we can use) and finally generate the translations for some languages.