Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.5.4
Issue ID
LOC-1211
Regression
No
Languages with non-Latin alphabets do not appear in Localization table when imported through CSV files
How to reproduce:
1. Open the attached “IN-100615” project
2. Open the “Localization Tables” tab and create a new String Table Collection with all locales selected
3. Click on Import > CSV in the upper right corner and import the attached “IN-100615_CSV.csv” file
4. Observe the result
Expected result: Text appears in all boxes of the table
Actual result: Text with non-Latin alphabets does not appear
Reproducible with: 1.0.4 (2022.3.32f1), 1.5.4 (2022.3.62f1, 6000.0.48f1, 6000.1.3f1, 6000.2.0a10)
Could not test with: 1.0.3 (2022.3.32f1) (no localization window functionality)
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Note: Tested with Chinese, Japanese, Korean, Arabic, Hindi and Russian
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "New" Label overlaps long Asset names in Import Unity Package Window
- Rotation values flip in animation when importing FBX with a generic rig
- [Quality Hackweek] Activated Terrain Inspector is active only until the terrain GameObject is deselected when two or more Inspectors are open
- Physics Used Memory keeps growing when GameObject colliders are enabled and disabled
- Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
Resolution Note:
Hi,
Thank you for your bug report regarding Chinese values not being imported from the CSV.
After closer inspection, I found that the issue lies with the column headers in your CSV file. When importing, the system matches each column to a language by checking the column header. In your case, the column header for Chinese is currently set to "(Simplified)(zh)", which the system is unable to recognize.
To resolve this issue, please update the column header to "Chinese (Simplified)(zh-Hans)". Once updated, the import should work as expected.
Kind regards,
Karl Jones
Staff Software Engineer