Skip to content

Commit

Permalink
Update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Jan 26, 2022
1 parent 11deb06 commit b72f8b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Convenient app translation.
# How to use?
- Install [Lepo.i18n](https://www.nuget.org/packages/lepo.i18n/) library via NuGet.
- Add translation files to your application, e.g. `Strings/pl_PL.yaml`, and mark them as embedded resource.
```xml
<ItemGroup>
<EmbeddedResource Include="Strings\pl_PL.yaml" />
</ItemGroup>
```
- Add translations to these files

**using direct phrases**
Expand Down

0 comments on commit b72f8b4

Please sign in to comment.