【发布时间】:2023-04-10 18:12:01
【问题描述】:
我使用 Unity 构建了我的第一个手机游戏,并使用我自己创建的本地化工具将其本地化为几种已知的语言。但是,我决定使用更多语言并希望使用 Google Play 控制台翻译服务翻译应用程序。不幸的是,我坚持使用 CSV 文件。
请问有人有该工具要求的 CSV 文件示例吗?或者可能有任何其他解决方案?
Upload your strings.xml file to upload your user interface text if you use Android Studio for development. Upload a CSV file if you use any other tool for development. A CSV file must be encoded in UTF-8 format, and have string IDs and text to translate columns without a header row.
【问题讨论】:
-
对此有什么帮助吗?我无法找到和理解 CSV 格式
标签: android localization translation google-play-console