jaredforrest / nonocross

A simple nonogram puzzle app for Android
GNU General Public License v3.0
41 stars 9 forks source link

Some translations variable not working in strings.xml #60

Closed joyel24 closed 1 year ago

joyel24 commented 1 year ago

I found some translations variable that are not working in strings.xml, here is what I found :

<string name="confirm_exit">Are you sure you want to exit?</string>
<string name="lose_unsaved_data">Any unsaved data will be lost.</string>
<string name="save">Save</string>
<string name="not_save">Don\'t save</string>
jaredforrest commented 1 year ago

I've just pushed a change, it might fix this issue.

joyel24 commented 1 year ago

I've just pushed a change, it might fix this issue.

Just tested and appears to work now ! Congratulation 👌