You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2025. It is now read-only.
The app is currently in english only. I believe the app would be able to reach a wider audience if we had more languages, so EVERYONE IS WELCOME TO ADD THEIR LANGUAGE 🎉 .
How to add your language
First of all, make sure you read our Contributing Guidelines and follow the steps described there to create a new branch. The modifications that you should make:
Create a new directory under app/src/main/res/ named values-{code}. Here code is the two-letter ISO 639-1 language code. For example, english is en, french is fr, spanish is es. See the full list here.
Edit the copied file and replace all english text between tags with the translated version.
That's it! Commit your changes, push and send a pull request!
Example
Translating the app to portuguese:
Existing values/string.xml file:
<resources>
<stringname="app_name">Not Dog</string>
<stringname="dog">Dog</string>
<stringname="action_settings">Settings</string>
<stringname="permission_explanation">We cant see the dog if you dont allow us to use the camera</string>
</resources>
Created values-pt/string.xml file:
<resources>
<stringname="app_name">Não é um cão</string>
<stringname="dog">Cão</string>
<stringname="action_settings">Definições</string>
<stringname="permission_explanation">Não temos como ver o cão se você não der permissão para aceder a câmera.</string>
</resources>
REOPENED FOR HACKTOBERFEST 2019 ✨
The app is currently in english only.I believe the app would be able to reach a wider audience if we had more languages, so EVERYONE IS WELCOME TO ADD THEIR LANGUAGE 🎉 .How to add your language
First of all, make sure you read our Contributing Guidelines and follow the steps described there to create a new branch. The modifications that you should make:
values-{code}. Herecodeis the two-letter ISO 639-1 language code. For example, english isen, french isfr, spanish ises. See the full list here.That's it! Commit your changes, push and send a pull request!
Example
Translating the app to portuguese:
Existing
values/string.xmlfile:Created
values-pt/string.xmlfile:Languages that we already have: