wger-project / flutter

Flutter fitness/workout app for wger
GNU Affero General Public License v3.0
528 stars 233 forks source link

Translate exercise filter headers #208

Open rolandgeider opened 2 years ago

rolandgeider commented 2 years ago

At the moment, the filter headers used for the exercise filters are hard coded in English (in the provider). These strings should be translated like everything else in the application

rolandgeider commented 2 years ago

image

sandimilohanic commented 1 year ago

Hi, I would like to try resolve this issue, could you assign me?

rolandgeider commented 1 year ago

Hi! Sure, go ahead.

This is still in the feature/exercise-crowdsourcing, you can use the test server for the backend:

https://wger.rge.uber.space username: user password: flutteruser

In the workout tab, go to the menu on the top right to exercise list. The provider is the "add exercise provider" and instead of muscle groups we could use "category" which is used in other places and should already be translated

sandimilohanic commented 1 year ago

@rolandgeider Is there maybe a user interface for adding new translations?

sandimilohanic commented 1 year ago

do you mean this group of muscles to set the category?

Screenshot_66

rolandgeider commented 1 year ago

No, the ones when you click on that funnel icon next to the text field. Also, this was recently moved to master, no need to work in the branch anymore.

rolandgeider commented 1 year ago

@rolandgeider Is there maybe a user interface for adding new translations?

We have setup synchronisation with weblate https://hosted.weblate.org/engage/wger/ Is this what you mean?

sandimilohanic commented 1 year ago

We have setup synchronisation with weblate https://hosted.weblate.org/engage/wger/ Is this what you mean?

yes i mean for that.

sandimilohanic commented 1 year ago

Hi @rolandgeider, Regarding for this issue, i need to add two translations in the backend app into the file "i18n.tpl". Can I add them?

{% translate "Category" %} {% translate "Equipment" %}