Skip to content

Commit b72f8b4

Browse files
committed
Update readme [skip ci]
1 parent 11deb06 commit b72f8b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Convenient app translation.
77
# How to use?
88
- Install [Lepo.i18n](https://www.nuget.org/packages/lepo.i18n/) library via NuGet.
99
- Add translation files to your application, e.g. `Strings/pl_PL.yaml`, and mark them as embedded resource.
10+
```xml
11+
<ItemGroup>
12+
<EmbeddedResource Include="Strings\pl_PL.yaml" />
13+
</ItemGroup>
14+
```
1015
- Add translations to these files
1116

1217
**using direct phrases**

0 commit comments

Comments
 (0)