ogarcia / opensudoku

Open Source Sudoku game for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basque Strings not updated on v3.5.0

Porrumentzio opened this issue · comments

I made the whole translation for Basque but on update to v3.5.0 on F-Droid, some strings are not translated, concretly those of game level: Easy, Mediumand Hard.

Those strings are these:

<string name="game_level_easy">Erraza</string>
<string name="game_level_medium">Bitartekoa</string>
<string name="game_level_hard">Zaila</string>

What happened with those strings? All other strings are translated.

These strings are well translated. But only works in a new installation (or if you clean app storage) because the Easy, Medium and Hard are folders and you could have renamed them.

Okay, I understand. I'm closing this issue, thanks :)

If I clean app storage I'll loose my done sudokus' times and so on, right?

If I clean app storage I'll loose my done sudokus' times and so on, right?

Yes. Is like a new install. I think that is better that you rename folders by hand and test in other device 😉

I don't find the folders. Anyway, what do you think about letting the app change the folder names according to the translation? In a case of updating or changing the device locales.

Is it very difficult to implement?

The app behabiour is:

  • In first launch creates folders Easy, Medium and Hard with translated names (if has translations).
  • If user change language later all application is translated, but no folders because are folders and because the user CAN RENAME it.

If you want change the folders name, long press in one of them and select, change folder name.

Understood now, I didn't know about the ability to rename folders