add support for custom language mapping to hard-coded string extraction
See original GitHub issueDescribe the solution you’d like:
Would like to have an config option to map .svelte
files to the html parser of hard-coded string extraction, it should work with no issue since they are just html files with <script> & <style>
tags, which can be excluded already
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Hard-coded string literals | IntelliJ IDEA Documentation
IntelliJ IDEA provides a special intention action i18nize hard coded string literal to extract string literals into your properties files. You ...
Read more >Vue templates internationalization
Configure hardcoded strings extraction from Vue templates ... You can add custom attributes, like data-content , by appending a new attribute to the ......
Read more >Localize your app - Android Developers
Managing strings for localization · Move all strings into strings.xml · Follow Android guidelines for UI strings · Provide sufficient context for ...
Read more >c# - Using a lot of hardcoded strings in code - Stack Overflow
This has nothing to do with the language, simply hard coded string values in source code. As a statically typed, compiled language, any ......
Read more >[EPIC] Automatic hardcoded strings extraction from Vue (vue ...
Initially suggested at #164 Progress: Create a set of rules for detecting a natural language and skip false positives #485 ✓ Detect ...
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
I will open any findings in a new issue. Nevermind about the extracted strings, can’t reproduce it anymore.
Not having a public one for now (working on one in private repo), can attach it later this week, since it is going public by then. However, a Svelte file with internationalization would look similar like
this is an example by
svelte-i18n