Updated readme

This commit is contained in:
Juan Gilsanz Polo
2024-04-17 18:05:33 +02:00
parent ca74c53ad2
commit 0fde449bc8
2 changed files with 9 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
<a href="https://play.google.com/store/apps/details?id=com.jgeek00.linkdy" target="_blank" rel="noopener noreferrer"> <a href="https://play.google.com/store/apps/details?id=com.jgeek00.linkdy" target="_blank" rel="noopener noreferrer">
<img src="/assets/other/get_google_play.png" width="300px"> <img src="/assets/other/get_google_play.png" width="300px">
</a> </a>
<a href="https://apps.apple.com/us/app/linkdy/id6479930976" target="_blank" rel="noopener noreferrer">
<img src="/assets/other/get-appstore.png" width="300px">
</a>
<a href="https://github.com/JGeek00/linkdy/releases" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/JGeek00/linkdy/releases" target="_blank" rel="noopener noreferrer">
<img src="/assets/other/get-github.png" width="300px"> <img src="/assets/other/get-github.png" width="300px">
</a> </a>
@@ -46,6 +49,12 @@ Check the privacy policy [here](https://github.com/JGeek00/linkdy/wiki/Privacy-p
Linkdy uses <a href="https://pub.dev/packages/slang">slang</a> to manage the translations of the application. To add a new translation, create a new file on <code>lib/i18n</code>, with the structure <code>strings_[lang_code].i18n.json</code>. When adding a new string, make sure to add the translation on all <code>.i18n.json</code> files. Then, run <code>dart run slang</code> to generate the translations. Linkdy uses <a href="https://pub.dev/packages/slang">slang</a> to manage the translations of the application. To add a new translation, create a new file on <code>lib/i18n</code>, with the structure <code>strings_[lang_code].i18n.json</code>. When adding a new string, make sure to add the translation on all <code>.i18n.json</code> files. Then, run <code>dart run slang</code> to generate the translations.
</p> </p>
### Android signing
1. Clone ``android/key.properties.sample`` and rename it to ``key.properties``.
2. Fill the varialbes with the values.
3. Put your ``keystore.jks`` file inside ``android/app/``.
4. Run ``flutter build apk --release`` or ``flutter build appbundle --release`` to compile and sign the production build.
<br> <br>
<br> <br>
<br> <br>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB