Describe the bug
The Android Studio Crowdin plugin ignores the escape_quotes: 0 setting from crowdin.yml when downloading translations.
Even though quote escaping is explicitly disabled, escaped quotes (\") are still present in the downloaded translation files.
To Reproduce
- Configuration file:
files:
- source: ...
translation: ...
escape_quotes: 0
- Localization files structure:
-
Download translations using the Crowdin Android Studio plugin.
-
Open the downloaded translation files.
-
Notice that quotes are still escaped (for example, \") despite escape_quotes: 0 being configured.
Environment
- Android Studio version: Android Studio Quail 1 | 2026.1.1 Patch 1
- Crowdin Android Studio Plugin version: 2.2.1
- OS version: Windows 11
Expected behavior
When escape_quotes: 0 is specified in crowdin.yml, downloaded translations should preserve quotes without adding escaping. The exported files should not contain automatically escaped quotes such as \".
Actual behavior
Downloaded translations still contain escaped quotes (\") even though quote escaping is disabled in the configuration.
Screenshots
None
Additional context
We use the Android Studio Crowdin plugin to download translations. The issue appears to occur during the download/export process because the resulting files contain escaped quotes regardless of the escape_quotes: 0 setting.
I would like to confirm whether escape_quotes is expected to work for Android XML / Android Studio plugin downloads, or if there are additional settings that override this behavior.
Describe the bug
The Android Studio Crowdin plugin ignores the
escape_quotes: 0setting fromcrowdin.ymlwhen downloading translations.Even though quote escaping is explicitly disabled, escaped quotes (
\") are still present in the downloaded translation files.To Reproduce
Download translations using the Crowdin Android Studio plugin.
Open the downloaded translation files.
Notice that quotes are still escaped (for example,
\") despiteescape_quotes: 0being configured.Environment
Expected behavior
When
escape_quotes: 0is specified incrowdin.yml, downloaded translations should preserve quotes without adding escaping. The exported files should not contain automatically escaped quotes such as\".Actual behavior
Downloaded translations still contain escaped quotes (
\") even though quote escaping is disabled in the configuration.Screenshots
None
Additional context
We use the Android Studio Crowdin plugin to download translations. The issue appears to occur during the download/export process because the resulting files contain escaped quotes regardless of the
escape_quotes: 0setting.I would like to confirm whether
escape_quotesis expected to work for Android XML / Android Studio plugin downloads, or if there are additional settings that override this behavior.