ResourceDictionary-bestanden¶
Added in version 4.13.
ResourceDictionary is een eentalige XML-bestandsindeling, gebruikt om te vertalen bronnen van tekenreeksen te verpakken voor toepassingen van Windows Presentation Foundation (WPF).
Voorbeeld bestand:
<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-configuratie¶
Typisch Weblate Configuratie onderdeel |
|
---|---|
Bestandsmasker |
|
Enkeltalig basistaalbestand |
|
Sjabloon voor nieuwe vertalingen |
Leeg |
Bestandsformaat |
ResourceDictionary-bestand |