我正在研究状态栏,我在config.xml中找到了这些代码:
<!-- Do not translate. Defines the slots for the right-hand side icons. That is to say, the
icons in the status bar that are not notifications. -->
<string-array name="config_statusBarIcons">
<item><xliff:g id="id">ime</xliff:g></item>
<item><xliff:g id="id">sync_failing</xliff:g></item>
......
</string-array>为什么要给它们添加xliff:g标记呢?我知道xliff是"XML本地化交换文件格式“.But在我看来没有什么可格式化的。
发布于 2011-10-11 13:37:03
总是使用xliff可能是一种惯例,即使它不是必需的-只是为了保持干净。如果与本地化程序无关,则不需要xliff。
https://stackoverflow.com/questions/7720641
复制相似问题