Originally created by @Demian98 on GitHub (Sep 5, 2023).
Is your feature request related to a problem? Please describe.
It would be great if the app is available in different languages.
Describe the solution you'd like
I have compared the strings file of the ABS App (audiobookshelf-app/strings/en-us.json) with the string file of the web client (audiobookshelf/client/strings/en-us.json). The fields names in the JSON are the same.
Could a simple solution be, to take the translations from the web version (de.json, nl.json, ...) and place it in the android version as well?
I'm especially interested in the German version, as my family is starting more and more to use ABS and their English is not that well.
Originally created by @Demian98 on GitHub (Sep 5, 2023).
### Is your feature request related to a problem? Please describe.
It would be great if the app is available in different languages.
### Describe the solution you'd like
I have compared the strings file of the ABS App (audiobookshelf-app/strings/en-us.json) with the string file of the web client (audiobookshelf/client/strings/en-us.json). The fields names in the JSON are the same.
Could a simple solution be, to take the translations from the web version (de.json, nl.json, ...) and place it in the android version as well?
I'm especially interested in the German version, as my family is starting more and more to use ABS and their English is not that well.
Yeah we can re-use the same strings from the web. I just wanted to set something up so they can be updated once in the same place
@advplyr commented on GitHub (Sep 5, 2023):
Yeah we can re-use the same strings from the web. I just wanted to set something up so they can be updated once in the same place
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Demian98 on GitHub (Sep 5, 2023).
Is your feature request related to a problem? Please describe.
It would be great if the app is available in different languages.
Describe the solution you'd like
I have compared the strings file of the ABS App (audiobookshelf-app/strings/en-us.json) with the string file of the web client (audiobookshelf/client/strings/en-us.json). The fields names in the JSON are the same.
Could a simple solution be, to take the translations from the web version (de.json, nl.json, ...) and place it in the android version as well?
I'm especially interested in the German version, as my family is starting more and more to use ABS and their English is not that well.
@advplyr commented on GitHub (Sep 5, 2023):
Duplicate of #448
@advplyr commented on GitHub (Sep 5, 2023):
Yeah we can re-use the same strings from the web. I just wanted to set something up so they can be updated once in the same place