From 7910fd05bc64435175ebbdab30b1258baffb6a91 Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Tue, 18 Feb 2025 10:52:17 -0800 Subject: [PATCH] fix: restore Crowdin sync for InfoPlist.xcstrings Solution was disabling en as a target language for this file on Crowdin... even though this file specifies that en is the source locale. --- crowdin.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index fe2a601e3..8fe5cbc15 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -12,10 +12,10 @@ files: # As of 20250205, the Crowdin CLI seems to *remove* the English source text # when syncing this file, so we're disabling sync for now. # https://community.crowdin.com/t/xcstrings-sync-w-crowdin-cli-removes-source-text/12154 - # - source: /ios/InfoPlist.xcstrings - # dest: /ReactNative/InfoPlist.xcstrings - # translation: /ios/InfoPlist.xcstrings - # multilingual: true + - source: /ios/InfoPlist.xcstrings + dest: /ReactNative/InfoPlist.xcstrings + translation: /ios/InfoPlist.xcstrings + multilingual: true # Strings for AppStore description etc # Note: this uses the Crowdin osx-locale with some custom mapping in metadata/i18ncli.js - source: /fastlane/metadata/ios/default/description.txt