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

feat: add new translations #11

Merged
merged 1 commit into from
Aug 7, 2024
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export TRANSIFEX_RESOURCE=frontend-app-learning
transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fa_IR,fr_CA,it_IT,pt_PT,de_DE"
transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fa_IR,fa,fr_CA,it_IT,pt_PT,de_DE"

intl_imports = ./node_modules/.bin/intl-imports.js
transifex_utils = ./node_modules/.bin/transifex-utils.js
Expand Down
552 changes: 280 additions & 272 deletions src/i18n/messages/ar.json

Large diffs are not rendered by default.

416 changes: 212 additions & 204 deletions src/i18n/messages/de_DE.json

Large diffs are not rendered by default.

412 changes: 210 additions & 202 deletions src/i18n/messages/es_419.json

Large diffs are not rendered by default.

480 changes: 480 additions & 0 deletions src/i18n/messages/fa.json

Large diffs are not rendered by default.

934 changes: 471 additions & 463 deletions src/i18n/messages/fr.json

Large diffs are not rendered by default.

404 changes: 206 additions & 198 deletions src/i18n/messages/fr_CA.json

Large diffs are not rendered by default.

944 changes: 476 additions & 468 deletions src/i18n/messages/hi.json

Large diffs are not rendered by default.

422 changes: 215 additions & 207 deletions src/i18n/messages/it_IT.json

Large diffs are not rendered by default.

408 changes: 208 additions & 200 deletions src/i18n/messages/pt_PT.json

Large diffs are not rendered by default.

944 changes: 476 additions & 468 deletions src/i18n/messages/ru.json

Large diffs are not rendered by default.

930 changes: 469 additions & 461 deletions src/i18n/messages/uk.json

Large diffs are not rendered by default.

414 changes: 211 additions & 203 deletions src/i18n/messages/zh_CN.json

Large diffs are not rendered by default.

Loading