Re: Finding strings in GNOME
- From: Daniel Șerbănescu <daniel serbanescu dk>
- To: gnome-i18n gnome org
- Subject: Re: Finding strings in GNOME
- Date: Sun, 09 May 2021 23:21:53 +0200
În data de Du, 09-05-2021 la 22:37 +0200, Matej Urban via gnome-i18n a scris:
Hello, I need a bit of help.
I frequently see strange translations, but then can not find, which packet those belong to. Is there a simple way to find them?
Hello Matej,
Here are the steps I usually do:
1. On your language team page in Damned Lies open a release page (Like Gnome 40). There is a link to download all the .po files, it is located at the bottom of translation statistics. So click that link to download
2. Extract the .po files in a folder
3. Open a terminal in that folder
4. Use the following grep command: grep -ri "the string you are looking for" *
(replace "the string you are looking for" with the actual search term.)
Be aware that there can be memonics in the original string so you could try searching for a part of that string.
Hope it helps you... There might be other ways to do it... maybe via Gitlab, but I don't know other ways.
Regards Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]