You can use Gtranslator or Lokalize to edit .po
files.
- Find your language's locale code.
Locale codes are typically of the form language[_territory], where language is an ISO 639 language code, territory is an ISO 3166 country code.
Source: https://wiki.archlinux.org/title/locale#Generating_locales
- Copy
io.github.zefr0x.hashes.pot
to<LOCALE CODE>.po
- Add the locale code to the
LINGUAS
file in an alphabetical order.
Run the io.github.zefr0x.hashes-pot
compile target:
meson compile -C builddir io.github.zefr0x.hashes-pot
Run the io.github.zefr0x.hashes-update-po
compile target:
meson compile -C builddir io.github.zefr0x.hashes-update-po