diff --git a/src/localizer.cpp b/src/localizer.cpp index fff297b5a6..d11ba23a39 100644 --- a/src/localizer.cpp +++ b/src/localizer.cpp @@ -659,6 +659,12 @@ QString Localizer::getTranslatedCityName(const QString& cityName) const { auto value = getCapitalizedStringFromI18n(i18nCityId); + if (cityName.contains("alm")) { + logger.error() << "TESTING: cityName - " << cityName << "parsedCityName " + << parsedCityName << "i18nCityId " << i18nCityId << " value " + << value; + } + // The server list is ever changing, so it is plausible that a translation // doesn't exist yet for a given server. if (value.isEmpty()) { diff --git a/taskcluster/scripts/build/macos_build.sh b/taskcluster/scripts/build/macos_build.sh index 815074b6ff..ba1b1717e3 100755 --- a/taskcluster/scripts/build/macos_build.sh +++ b/taskcluster/scripts/build/macos_build.sh @@ -107,6 +107,7 @@ cmake --build ${TASK_HOME}/build --target pkg print Y "Exporting the build artifacts..." mkdir -p tmp || die +cp ${TASK_HOME}/build/translations/generated/mozillavpn_el.ts ${TASK_HOME}/artifacts/mozillavpn_el.ts print Y "Extracting the Symbols..."