You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,23 @@ To add a new locale:
284
284
285
285
Check [Pluralization rule callback](https://vue-i18n.intlify.dev/guide/essentials/pluralization.html#custom-pluralization) for more info.
286
286
287
+
### Update translation
288
+
289
+
We track the current progress of translations with [Lunaria](https://lunaria.dev/) on this site: https://i18n.npmx.dev/
290
+
If you see any outdated translations in your language, feel free to update the keys to match then English version.
291
+
292
+
In order to make sure you have everything up-to-date, you can run:
293
+
294
+
```bash
295
+
pnpm i18n:check <country-code>
296
+
```
297
+
298
+
For example to check if all Japanese translation keys are up-to-date, run:
299
+
300
+
```bash
301
+
pnpm i18n:check ja-JP
302
+
```
303
+
287
304
#### Country variants (advanced)
288
305
289
306
Most languages only need a single locale file. Country variants are only needed when you want to support regional differences (e.g., `es-ES` for Spain vs `es-419` for Latin America).
0 commit comments