[l10n] Finalize v0.8.7 languages#889
Conversation
Chaitanya-Keyal
left a comment
There was a problem hiding this comment.
ACK.
Do you think it might be worth it to break this dict down into separate smaller dicts for each "type" of language we have?
For example, fully_supported, beta, in_progress, and then these could be merged into one consolidated list where the "beta" and "incomplete" labels are added programmatically.
|
When I run the screenshot generator on Farsi (fa) it fails. This is the only language that failed. I gave Claude the output of the
I didn't dig any further. |
|
@newtonick Is it possible your local I ran the screenshot generator both with and without the latest translation from the farsi PR, and did not see any errors. Moreover, this PR just simply reorders keys and renames some values in a |
|
ACK |
Description
Activates the list of languages for v0.8.7.
Verified that the screenshot generator produces screenshots for each activated language when their .po and .mo files are available to the local system.
The new languages each require a new PR in the translations repo. If translation files are not detected for a given language, it will not appear in the language selection list in the UI.
This pull request is categorized as a:
Checklist
I ran
pytestlocallyI included screenshots of any new or modified screens
Should be part of the PR description above.
I added or updated tests
Any new or altered functionality should be covered in a unit test. Any new or updated sequences require FlowTests.
I tested this PR hands-on on the following platform(s):
I have reviewed these notes: