|
@@ -0,0 +1,22 @@
|
|
|
+## Help With Localization
|
|
|
+
|
|
|
+We encourage everyone to help with localization. The following is how to do it.
|
|
|
+
|
|
|
+1. Fork this repository.
|
|
|
+
|
|
|
+2. Translate **en-us.xaml** to your own language then save it like **de-de.xaml**.
|
|
|
+
|
|
|
+3. Copy it to the right path.
|
|
|
+
|
|
|
+4. Make a Pull Request.
|
|
|
+
|
|
|
+There is the files you can translate with:
|
|
|
+
|
|
|
+``` batch
|
|
|
+src\OfficeToolPlus\Dictionaries\Languages
|
|
|
+src\OfficeToolPlus\Dictionaries\ProductsName
|
|
|
+config\Launcher
|
|
|
+config\Message
|
|
|
+```
|
|
|
+
|
|
|
+[Office Tool Plus Translation Guidelines](src/OfficeToolPlus/Dictionaries/README.md)
|