文件名称:Android代码-Stringer
文件大小:79KB
文件格式:ZIP
更新时间:2022-08-25 23:57:14
Android代码
Stringer Create localised string files for Android and iOS from a single CSV file. Why? As an application grows, maintaining the same product communication gets harder on multiple platforms. Stringer solves this problem by generating platform specific string files from a common CSV file. Currently, the generated files include strings.xml for Android and localizable.strings for iOS. Working Run kscript stringer.kt .csv. Files will be generated in a directory named StringerThings on the same path