Firebaseui-android: Translations

Created on 16 Feb 2016  路  4Comments  路  Source: firebase/FirebaseUI-Android

The Login fragment has hardcoded strings, which makes it difficult to use it in non-English projects.

auth fix-implemented feature request

Most helpful comment

Great point! We'll improve this for the next release.

All 4 comments

Great point! We'll improve this for the next release.

@akrmn I have been working on code that uses this library I needed to override the fragment_firebase_login.xml file locally and that gave me the ability to use resource strings instead. I am not sure this will help you in the short run since it has been a while.

Feel free to use the code for other features
https://github.com/cardenuto/FirebaseLogin any suggestions are welcome. Currently I designed my code to be added manually to a project as more of a template ... instructions are included in the repo.

For the firebase.google.com we support the following languages, therefore I suggest we have the same target here:

  • en
  • es-419
  • id
  • ja
  • ko
  • pt-br
  • zh-cn

Well we finally did it! As of 2.1.0 FirebaseUI has translations! Thank you everyone for your patience, let us know what you think!

Was this page helpful?
0 / 5 - 0 ratings