ArtSabintsev / Siren

Notify users when a new version of your app is available and prompt them to upgrade.

Home Page:http://sabintsev.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siren localization .croatian

agale92 opened this issue · comments

Hi, Pls change localization for croatian:

/* Update alert message: A new version of {APP NAME} is available. Please update to version {NEW VERSION} now.*/
"A new version of %@ is available. Please update to version %@ now." = "Nova verzija %@ je dostupna. Ažuriraj na verziju %@ sada.";

/* Update alert title */
"Update Available" = "Novo ažuriranje je stiglo";

/* Update alert dismiss button title */
"Next time" = "Sljedeći put";

/* Update alert skip button title */
"Skip this version" = "Preskoči ovu verziju";

/* Update alert skip button title */
"Update" = "Ažuriraj";

Thank you.

Best regards

Hey @jinjic - you did the original localization. Can you comment here.

yes I see there is a minor error in the first line. "Update alert message..." So the suggested line is correct.

In the second line it should be updated to the masculine gender noun. But instead of saying "Update Available" = "Novo ažuriranje je stiglo" as suggested I think we should actually change it to "Update Available" = "Novo ažuriranje je dostupno"

The rest of the translation and suggestions match.

yes that's fine. Pls change text in localization.

/* Update alert message: A new version of {APP NAME} is available. Please update to version {NEW VERSION} now.*/
"A new version of %@ is available. Please update to version %@ now." = "Nova verzija %@ je dostupna. Ažuriraj na verziju %@ sada.";

/* Update alert title */
"Update Available" = "Novo ažuriranje je dostupno";

/* Update alert dismiss button title */
"Next time" = "Sljedeći put";

/* Update alert skip button title */
"Skip this version" = "Preskoči ovu verziju";

/* Update alert skip button title */
"Update" = "Ažuriraj";

Can you open a PR

No problem - I can wait until your laptop is fixed for you to open a PR with the changes and updates tests.

Thanks!

Fixed just now. Will be pushing a new version momentarily. Thanks again.