Skip to content

i18n: Started updating hr translation - #14019

Merged
trag1c merged 6 commits into
ghostty-org:mainfrom
Filip7:i18n_hr_release_1_4_0
Sep 8, 2026
Merged

i18n: Started updating hr translation#14019
trag1c merged 6 commits into
ghostty-org:mainfrom
Filip7:i18n_hr_release_1_4_0

Conversation

@Filip7

@Filip7 Filip7 commented Aug 25, 2026

Copy link
Copy Markdown
Member

Related issue #13766

@ghostty-bot ghostty-bot Bot added the translations Translations of the Ghostty app label Aug 25, 2026
@Filip7
Filip7 force-pushed the i18n_hr_release_1_4_0 branch 2 times, most recently from 517b764 to dab8a4f Compare September 1, 2026 19:28
@Filip7
Filip7 marked this pull request as ready for review September 1, 2026 19:37
@00-kat
00-kat requested a review from a team September 1, 2026 19:38
@Filip7

Filip7 commented Sep 1, 2026

Copy link
Copy Markdown
Member Author

Seems I still missed some strings 🙈
Will translate them tomorrow.

@Filip7
Filip7 force-pushed the i18n_hr_release_1_4_0 branch 2 times, most recently from eaec313 to 5026e6b Compare September 2, 2026 18:47
Filip7 and others added 5 commits September 8, 2026 16:12
@Filip7
Filip7 force-pushed the i18n_hr_release_1_4_0 branch from f97caf3 to d1ed60d Compare September 8, 2026 14:12
Use "zaslon" instead of "ekran"
@Filip7
Filip7 force-pushed the i18n_hr_release_1_4_0 branch from 8471515 to 68852fc Compare September 8, 2026 14:27

@kristina8888 kristina8888 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :)

@trag1c
trag1c merged commit 4480625 into ghostty-org:main Sep 8, 2026
104 checks passed
@github-actions github-actions Bot added this to the 1.4.0 milestone Sep 8, 2026

@neoto neoto left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A decent number of typos and some places to make the language sound more natural. The typos should at the very least be fixed...

Comment thread po/hr.po
#: src/apprt/gtk/class/application.zig:1767
msgid "The keybind was revoked by the system."
msgstr ""
msgstr "Tipkovni prečac je opozvan od strane sustava."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ova konstrukcija meni užasno neprirodno zvuči. Zašto ne nešto tipa "Sustav je opozvao tipkovni prečac."?

Comment thread po/hr.po
#: src/input/command.zig:150
msgid "Reset the terminal to a clean state."
msgstr ""
msgstr "Resetiraj terminal na čisto stanje."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vrati terminal u izvorno stanje?

Comment thread po/hr.po
#: src/input/command.zig:174
msgid "Copy the URL under the cursor to the clipboard."
msgstr ""
msgstr "Kopiraj URL ispod kursora u međuspremnik."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pokazivača?

Comment thread po/hr.po
Comment on lines +455 to +456
"Kopiraj naslov terminala u međuspremnik. Ako naslov terminala nije postavljen "
"ovo neće imati nikakvog učinka."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Kopiraj naslov terminala u međuspremnik. Ako naslov terminala nije postavljen "
"ovo neće imati nikakvog učinka."
"Kopiraj naslov terminala u međuspremnik. Nema nikakvog učinka ako "
"naslov terminala nije postavljen."

Comment thread po/hr.po
#: src/input/command.zig:220
msgid "Navigate to the previous search result, if any."
msgstr ""
msgstr "Odi na prethodni rezultat pretraživanja, ako postoji."

@neoto neoto Sep 8, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Odi" nije standardni hrvatski jezik, dok "Otiđi" ili "Idi" je.

Comment thread po/hr.po
#: src/input/command.zig:679
msgid "Toggle the background opacity of a window that started transparent."
msgstr ""
msgstr "Uključi ili isključi prozirnost pozadine prozora koji je započeo transparento."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "Uključi ili isključi prozirnost pozadine prozora koji je započeo transparento."
msgstr "Uključi ili isključi prozirnost pozadine prozora koji je započeo transparentno."

Ili zašto ne prozirno?

Comment thread po/hr.po
#: src/input/command.zig:690
msgid "Undo"
msgstr ""
msgstr "Otkaži"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mislim da otkaži nije dobar prijevod za undo... Poništi je bolje.

Comment thread po/hr.po
#: src/input/command.zig:691
msgid "Undo the last action."
msgstr ""
msgstr "Otkaži zadnju radnju."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ovdje baš čudno zvuči tako da definitno nešto u smislu poništi.

Comment thread po/hr.po
#: src/input/command.zig:697
msgid "Redo the last undone action."
msgstr ""
msgstr "Otkaži zadnju otkazanu radnju."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "Otkaži zadnju otkazanu radnju."
msgstr "Ponovi zadnju poništenu radnju."

Comment thread po/hr.po
msgid ""
"Copy the selected text to the clipboard in both plain and styled formats."
msgstr ""
"Kopiraj odabrani tekst u međuspremnik u jednostavnom i formatiranom stilu."

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zašto ne obliku?

@trag1c

trag1c commented Sep 8, 2026

Copy link
Copy Markdown
Member

A decent number of typos and some places to make the language sound more natural. The typos should at the very least be fixed...

Feel free to open a PR!

@neoto

neoto commented Sep 8, 2026

Copy link
Copy Markdown

A decent number of typos and some places to make the language sound more natural. The typos should at the very least be fixed...

Feel free to open a PR!

Aight, will do so tomorrow!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

translations Translations of the Ghostty app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants