Questions tagged [i18n-ally]

8 questions
7
votes
1 answer

How to configure `I18n Ally` VsCode plugin to read my locals from one single file?

I'm using vue-i18n package to translate my Vue project and want to use "I18n Ally" vs code extention to manage translations. The default folder structure for this extension is this: locales # i18n, langs, locale are also acceptable ├──…
rostamiani
  • 2,859
  • 7
  • 38
  • 74
5
votes
0 answers

What's the proper i18n ally configuration for a fe/be monorepo?

I have a project with: backend (Express app) locales/ src/ package.json frontend (React app) src/ locales package.json If I open frontend or backend in VSCode (as if they were the root folder, the plugin works as expected), but if I open…
earlyriser
  • 419
  • 1
  • 5
  • 13
1
vote
1 answer

How to translate Lao with i18n Ally vscode plugin?

I currently have other languages configured and able to translate, I am not sure if I have found the correct identifier for Lao, I named it la and it seems to show the corresponding flag, but when I use the mechanical translation, it The result of…
Dragon
  • 11
  • 1
1
vote
1 answer

How to configure `I18n Ally` vscode plugin to read my locals?

I am using i18next and react-i18next. i18n Ally v2.8.1. I have one locale file: /locales/en.json Structure of this file: { "pagetitle.home": "Home", "pagetitle.restore": "Restore", "pagetitle.register": "Register" } When hover on code…
0
votes
0 answers

How to configure i18n-ally for VSCode to work with Vue Single-File Components (SFC)?

I use Vue Single-File Components, containing block as a part of my *.vue files. I have also my localisation files for the entire project in a separate folder. I have tried to configure i18n-ally extension for VSCode, and…
Lucas
  • 1
  • 2
0
votes
1 answer

How to configure `I18n Ally` VsCode plugin to read nested locales from multiple locale files?

I have few language folders with locale files inside locales ├── en | ├── common.json | ├── ... | └── article.json └── de ├── common.json ├── ... └── article.json And i have a nested structure of…
0
votes
0 answers

VsCode - Clear i18nAlly

After removing i18n-ally plugin in VsCode, it keeps modifying my .vscode/setting.json as below "i18n-ally.localesPaths": [ ..., "ios/Pods/boost/boost/locale", "ios/Pods/RCT-Folly/folly/lang", …
CCCC
  • 5,665
  • 4
  • 41
  • 88