Force sorted translations
See original GitHub issueWhat is the motivation for adding / enhancing this feature?
I suggest sorting alphabetically currently existing translations + check if they are sorted correctly in CI.
It will be easier to find which messages have missing translations and what are the new translations comparing to a previous version.
What are the acceptance criteria
- sort all translations with
sort
command (you can combine it withfind
to automatically do it for you) - add checking in CI if all translations are sorted using command from the point above combined with
sort -c (FILE)
(it returns 0 if all is sorted or 1 if there are disorders).
Can you complete this feature request by yourself?
- YES
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
. - (Pick this option only if you’re sure) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from
release
branch and create Pull Request3. Stabilisation fix
back torelease
. - (Pick this option only if you’re sure) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from
hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Picklist values should alpha sort by translated values
When a picklist is set to sort alphabetically, it does not sort by the translated value. They sort by the original order and...
Read more >Is it possible to provide translations for CollaborationGroup ...
I have created a few groups in my dev org, I am checking to see if there is an option to provide translations...
Read more >android - Force lint to check translations on exact languages
By default this detector allows regions of a language to just provide a subset of the strings and fall back to the standard...
Read more >Topic: How to force the translation update? - WordPress.com
I have translated a number of strings. If they are approved, it will be enough to force an update (86%). But now I...
Read more >Sentence examples of "force" in French with translation "force"
Here you can find examples with phrasal verbs and idioms in texts that vary in style and theme. Examples can be sorted by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
most of translations are theme specific - i’d move them there and leave only core needed translations.
@filrak I’ve been very busy recently. If you would like to take it, please, go ahead.