Skip to content

ga-IE translation; pl to live #1218

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

Merged
merged 2 commits into from
Jun 10, 2025
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 bin/update-translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ $# -eq 0 ]; then
exit 1
fi

languages="ca de fr es-ES ja ko nl pl zh-CN zh-TW lol"
languages="ca de es-ES fr ga-IE ja ko nl pl zh-CN zh-TW lol"

mkdir -p crowdin/translated
for language in $languages; do
Expand Down
2 changes: 1 addition & 1 deletion docs/tech-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ For the editor itself, run `npm run i18n:convert` to create `crowdin/ui.en.json`

This process assumes the language is already in Crowdin and has at least some translations.

When considering a new language it's worth checking early whether support is available in [lunr-languages](https://github.com/MihaiValentin/lunr-languages) as we need that support for our client-side search. Search is not currently supported for zh-CN and zh-TW due to the technical challenge of indexing those languages in the browser.
When considering a new language it's worth checking early whether support is available in [lunr-languages](https://github.com/MihaiValentin/lunr-languages) as we need that support for our client-side search. Search is not currently supported for zh-CN and zh-TW due to the technical challenge of indexing those languages in the browser. ga-IE also lacks support in lunr-languages.

Steps:

Expand Down
2 changes: 1 addition & 1 deletion lang/ui.es-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "Guía del usuario",
"defaultMessage": "Guía de usuario",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
Expand Down
Loading