Disable locale scanning
See original GitHub issueHi, I have an Angular project and I was trying to use your awesome library, but I’ve encountered some difficulties with your locale scanner. In the progress area there are multiple locale files from www
and android
folders, which I don’t want.
Even after adding the localesPath configuration ("i18n-ally.localesPaths": "src/assets/i18n"
) to select the right path to my locales, it keeps me showing in the progress area the other locales. Is there a way to prevent the scanning and let me tell it which is the path I want yo use?
update - some images to illustrate the issue
Maybe I’m doing something wrong…hope you can help me.
Thanks a lot
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Django: how to disable locale in admin app - Stack Overflow
I'm just trying to understand what do you want. Is the problem that you log into admin site with japanase language setting and...
Read more >Configuring Locale-Sensitive Methods - Globalyzer
Enabling/disabling groups enables/disables all the local methods within the group. Only enabled methods are scanned for within source files.
Read more >Support for Locale 6.4.0 - Locale for Android
To completely disable Locale's ongoing notification, go to Android Settings -> Apps -> Locale and uncheck "Show notifications." Note Android 8.0 Oreo displays...
Read more >Enabling or disabling the lists of file types to exclude from ...
In the Control Center, click. Malware > Settings > Email Scan Settings . · Click the. Exclude Scanning. tab. · Check the box...
Read more >Configure advanced Integrated Scanning (config keys)
system.scan.failed-maintenance-enabled, Enables or disables the maintenance task. ... The config key system.scan.default-locale takes effect if:.
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
Ah yes, you are right! Thank you so much 😄
Sheers
I see,
"i18n-ally.localesPaths": ["src/assets/i18n"]
needs to be in your workspace setting and you are using it as your user setting. Please check the.vscode/settings.json
under your project (I’d suggest you commit it).