Translation system
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- internationalization
Research direction
Start by inspecting src/translations and the existing translation calls referenced by the lupdate command. Determine how the generated Qt .ts file should become a .qm file and where that file must be loaded. Done means the application can load the compiled translations.
Written by the indexing model from the issue text.
Description
The translations are possible to do but no loading system for the .qm files are in place.
mkdir src/translations
cd src/translations
lupdate ../../src -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP,translate+=TRANSLATE_PLURAL_STR,translate+=TRANSLATE_PLURAL_FS -ts fceux_empty.ts
This would produce the Qt .ts file with 2015 strings which you can translate and compile to a .qm file. However, no loading system for the .qm files exists yet.
- Dominant language
- C++
- Stars
- 1.6k
- Forks
- 314
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from TASEmulators/fceux
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
TASEmulators/fceux#845 · 4 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
TASEmulators/fceux#844 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 65/100
TASEmulators/fceux#829 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
TASEmulators/fceux#852 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
TASEmulators/fceux#851 ·
All issues in TASEmulators/fceux
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·