diff --git a/config/locales/client.hr.yml b/config/locales/client.hr.yml new file mode 100644 index 0000000..1536374 --- /dev/null +++ b/config/locales/client.hr.yml @@ -0,0 +1,20 @@ +# WARNING: Never edit this file. +# It will be overwritten when translations are pulled from Crowdin. +# +# To work with us on translations, join this project: +# https://translate.discourse.org/ + +hr: + js: + discourse_assign: + sidebar_name_filter_placeholder: "Ime/korisnički nadimak" + group_everyone: "Svi" + assign_mailer: + never: "Nikada" + always: "Uvijek" + reminders_frequency: + never: "Nikada" + daily: "Dnevno" + weekly: "Tjedno" + monthly: "Mjesečno" + quarterly: "Tromjesečno" diff --git a/config/locales/server.hr.yml b/config/locales/server.hr.yml new file mode 100644 index 0000000..030469d --- /dev/null +++ b/config/locales/server.hr.yml @@ -0,0 +1,12 @@ +# WARNING: Never edit this file. +# It will be overwritten when translations are pulled from Crowdin. +# +# To work with us on translations, join this project: +# https://translate.discourse.org/ + +hr: + discourse_assign: + reminders_frequency: + never: "nikad" + daily: "dnevno" + weekly: "tjedno"