Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add portuguese translation, fix 2 typos in en #354

Merged
merged 3 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import translationES from './translations/es/translation.json';
import translationFR from './translations/fr/translation.json';
import translationJA from './translations/ja/translation.json';
import translationPL from './translations/pl/translation.json';
import translationPT from './translations/pt/translation.json';

i18n
// loads translations from your server
Expand Down Expand Up @@ -59,7 +60,11 @@ i18n
},
pl: {
translation: translationPL,
},
pt: {
translation: translationPT,
}

},

// lng: "en", // if you're using a language detector, do not define the lng option
Expand Down
4 changes: 2 additions & 2 deletions src/translations/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"Guns": "Guns",
"guns-page-description": "This page includes a sortable table with information on the different types of guns available in the game, including their price, damage, accuracy, and other characteristics.",
"Headsets": "Headsets",
"headsets-page-description": "This page includes a sortable table with information on the different types of headsets available in the game, including their price, aviability, and other characteristics.",
"headsets-page-description": "This page includes a sortable table with information on the different types of headsets available in the game, including their price, availability, and other characteristics.",
"Helmets": "Helmets",
"helmet-page-description": "This page includes a sortable table with information on the different types of helmet available in the game, including their price, armor class, and other characteristics.",
"Show blocking headset": "Show blocking headset",
Expand Down Expand Up @@ -489,7 +489,7 @@
"The current estimated average player level is {{avgPlayerLevel}}": "The current estimated average player level is {{avgPlayerLevel}}",
"Miscellaneous": "Miscellaneous",
"Hide remote control": "Hide remote control",
"start-page-description": "Checkout all information for items, crafts, barters, maps, loot tiers, hideout profits, trader details, a free API, and more with tarkov.dev! A free, community made, and open source ecosystem of Escape from Tarkov tools and guides.",
"start-page-description": "Check out all information for items, crafts, barters, maps, loot tiers, hideout profits, trader details, a free API, and more with tarkov.dev! A free, community made, and open source ecosystem of Escape from Tarkov tools and guides.",
"Load More": "Load More",
"Tools": "Tools",
"Ammo chart filter": "Ammo chart filter",
Expand Down
Loading