Skip to content

Commit

Permalink
fix language tags (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainpolletvillard authored Mar 20, 2024
1 parent 11ecd64 commit 6948e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@
"LIGHT_PULSE": "Also give +10 PP per second",
"ETERNAL_LIGHT": "Also increase DEF and SPE_DEF by 50% and give RUNE_PROTECT for 10 seconds",
"MAX_ILLUMINATION": "Also give 100 SHIELD and RESURECTION",
"QUICK_FEET": "+30% ATK and move speed, WILD pokemons can be found during PvP rounds",
"QUICK_FEET": "+30% ATK and move speed, WILD pokemons can now also be found during PvP rounds",
"RUN_AWAY": "+50% ATK and move speed, 10% chance to find WILD pokemons",
"HUSTLE": "+80% ATK and move speed, 15% chance to find WILD pokemons",
"BERSERK": "+120% ATK and move speed, 20% chance to find WILD pokemons. RAGE 5 seconds sooner"
Expand Down
8 changes: 1 addition & 7 deletions project.inlang/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": [
"de",
"en",
"ja",
"nl",
"pt"
],
"languageTags": ["bg", "de", "en", "es", "fr", "it", "ja", "nl", "pt"],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
Expand Down

0 comments on commit 6948e83

Please sign in to comment.