Skip to content

Commit 900aa7e

Browse files
ga-IE translation; pl to live (#1218)
* ga-IE translation * Emma says Polish can go live
1 parent cf570dd commit 900aa7e

16 files changed

+4002
-12
lines changed

bin/update-translations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ $# -eq 0 ]; then
1515
exit 1
1616
fi
1717

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

2020
mkdir -p crowdin/translated
2121
for language in $languages; do

docs/tech-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For the editor itself, run `npm run i18n:convert` to create `crowdin/ui.en.json`
143143

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

146-
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.
146+
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.
147147

148148
Steps:
149149

lang/ui.es-es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
"description": "Change made to file"
11281128
},
11291129
"user-guide": {
1130-
"defaultMessage": "Guía del usuario",
1130+
"defaultMessage": "Guía de usuario",
11311131
"description": "Menu item for link to user guide site"
11321132
},
11331133
"visit-dot-org": {

0 commit comments

Comments
 (0)