转换工具以将 csv 转换为 Resx 文件以进行 Xamarin 本地化?
Convert tool to convert csv to Resx file for Localization of Xamarin?
我正在使用 Xamarin.forms PCL.
制作应用
我正在使用 Xamarin 的本地化,它使用的是 resx 文件。
我在 google sheet 上有本地化文件。
我想尝试做的是将 csv 文件转换为每个 resx 文件。
我正在使用 mac。 (我也有一个windowmachine)
是否有一些转换工具或 shell 脚本?
谢谢。
目前您有 ResX Resource Manager 作为 Visual Studio
、运行 Windows
的扩展名。我有一个 mac,但我使用此工具在 Windows
(Parallels) 上管理我的 resx 文件。
这是一个非常强大的工具。
This tool provides central access to all ResX-based string resources
in your solution. You can quickly navigate through all resource files
and view the content in a well-arranged data grid. It makes it easy to
find untranslated strings or clean up orphaned entries. All strings
can be quickly edited in place, untranslated entries will be created
on the fly while typing. Excel export and import lets you easily
exchange translations outside of Visual Studio. Automated translations
can speed up you localization process.
我正在使用 Xamarin.forms PCL.
制作应用我正在使用 Xamarin 的本地化,它使用的是 resx 文件。 我在 google sheet 上有本地化文件。
我想尝试做的是将 csv 文件转换为每个 resx 文件。 我正在使用 mac。 (我也有一个windowmachine)
是否有一些转换工具或 shell 脚本?
谢谢。
目前您有 ResX Resource Manager 作为 Visual Studio
、运行 Windows
的扩展名。我有一个 mac,但我使用此工具在 Windows
(Parallels) 上管理我的 resx 文件。
这是一个非常强大的工具。
This tool provides central access to all ResX-based string resources in your solution. You can quickly navigate through all resource files and view the content in a well-arranged data grid. It makes it easy to find untranslated strings or clean up orphaned entries. All strings can be quickly edited in place, untranslated entries will be created on the fly while typing. Excel export and import lets you easily exchange translations outside of Visual Studio. Automated translations can speed up you localization process.