ResourceDictionary 文件¶
Added in version 4.13.
ResourceDictionary 是一种单语 XML 文件格式,用于为 Windows Presentation Foundation (WPF) 应用程序打包可本地化的字符串资源。
示例文件:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="hello_world">Hello World!</system:String>
<system:String x:Key="resource_key">Translated value.</system:String>
</ResourceDictionary>
Weblate 配置¶
典型的 Weblate 部件配置 |
|
---|---|
文件掩码 |
|
单语言译文模版语言文件 |
|
新语种的翻译模版 |
空 |
文件格式 |
ResourceDictionary 文件 |