Krzysztof Krysiński f534f7cfbd Added commands extensions api 3 months ago
..
Localization dfd6c9d11c Samples changes 1 year ago
LocalizationSampleExtension.cs a3193f2697 Renamed WasmExtension to PixiEditorExtension 1 year ago
Program.cs dfd6c9d11c Samples changes 1 year ago
README.md dfd6c9d11c Samples changes 1 year ago
Sample2_LocalizationSample.csproj f534f7cfbd Added commands extensions api 3 months ago
extension.json dfd6c9d11c Samples changes 1 year ago

README.md

This sample shows how to create translations for you extension and how to use it in your extension.

Localization data is automatically loaded from the Localization folder in your project, make sure to copy it to output directory with

    <ItemGroup>
        <Content Include="Localization\*">
            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
        </Content>
    </ItemGroup>