msgfmt -cv gnome-desktop-3.0.po
mv messages.mo gnome-desktop-3.0.mo
mkdir -p /usr/share/locale/en_US/LC_MESSAGES
ln -s "$PWD/gnome-desktop-3.0.mo" /usr/share/locale/en_US/LC_MESSAGES/
- Reload GNOME Shell
Last active
August 8, 2024 18:28
-
-
Save smmr0/93efff57da4e0a598f1c9b085513a517 to your computer and use it in GitHub Desktop.
GNOME Desktop: Custom Locale
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/gnome-desktop-3.0.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgid "" | |
msgstr "" | |
"Project-Id-Version: gnome-desktop\n" | |
"Report-Msgid-Bugs-To: \n" | |
"POT-Creation-Date: 2022-10-07 22:30Z\n" | |
"PO-Revision-Date: 2022-10-07 22:30Z\n" | |
"Last-Translator: Summer ☀️\n" | |
"Language-Team: English (United States) <[email protected]>\n" | |
"Language: en_US\n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" | |
"Content-Transfer-Encoding: 8bit\n" | |
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | |
"X-Project-Style: gnome\n" | |
#. Translators: This is the time format with full date | |
#. plus day used in 24-hour mode. Please keep the under- | |
#. score to separate the date from the time. | |
#: libgnome-desktop/gnome-wall-clock.c:340 | |
msgid "%a %b %-e_%R:%S" | |
msgstr "%c" | |
#: libgnome-desktop/gnome-wall-clock.c:341 | |
msgid "%a %b %-e_%R" | |
msgstr "[W%V %a] %xT%R%z (%Z)" | |
#. Translators: This is the time format with full date | |
#. used in 24-hour mode. Please keep the underscore to | |
#. separate the date from the time. | |
#: libgnome-desktop/gnome-wall-clock.c:346 | |
msgid "%b %-e_%R:%S" | |
msgstr "%xT%R:%S%z (%Z)" | |
#: libgnome-desktop/gnome-wall-clock.c:347 | |
msgid "%b %-e_%R" | |
msgstr "%xT%R%z (%Z)" | |
#. Translators: This is the time format with day used | |
#. in 24-hour mode. | |
#: libgnome-desktop/gnome-wall-clock.c:351 | |
msgid "%a %R:%S" | |
msgstr "%a %R:%S%z (%Z)" | |
#: libgnome-desktop/gnome-wall-clock.c:352 | |
msgid "%a %R" | |
msgstr "%a %R%z (%Z)" | |
#. Translators: This is the time format without date used | |
#. in 24-hour mode. | |
#: libgnome-desktop/gnome-wall-clock.c:356 | |
msgid "%R:%S" | |
msgstr "%R:%S%z (%Z)" | |
#: libgnome-desktop/gnome-wall-clock.c:357 | |
msgid "%R" | |
msgstr "%R%z (%Z)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment