Skip to content

Commit

Permalink
feat/l10n: add POT file, fix strings, misc
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 13, 2024
1 parent 20a17be commit 8f79cf4
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Help

```
```sh
Usage:
adwdialog [OPTION…]

Expand All @@ -27,7 +27,6 @@ Application Options:
## Build

```bash
meson mesonbuild
cd mesonbuild
ninja install
meson setup build
ninja -C build install
```
1 change: 1 addition & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ data/org.vanillaos.AdwDialog.gschema.xml
src/main.py
src/window.py
src/window.ui
src/gtk/help-overlay.ui
57 changes: 57 additions & 0 deletions po/adwdialog.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the adwdialog package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: adwdialog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-13 20:05+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: data/org.vanillaos.AdwDialog.appdata.xml.in:7
msgid "No description"
msgstr ""

#: src/window.py:41
msgid "No"
msgstr ""

#: src/window.py:44
msgid "Yes"
msgstr ""

#: src/window.py:61 src/window.py:63 src/window.py:65
msgid "Dismiss"
msgstr ""

#: src/window.ui:11
msgid "Title"
msgstr ""

#: src/window.ui:12
msgid "Description will be in this place."
msgstr ""

#: src/gtk/help-overlay.ui:11
msgctxt "shortcut window"
msgid "General"
msgstr ""

#: src/gtk/help-overlay.ui:14
msgctxt "shortcut window"
msgid "Show Shortcuts"
msgstr ""

#: src/gtk/help-overlay.ui:20
msgctxt "shortcut window"
msgid "Quit"
msgstr ""
4 changes: 2 additions & 2 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<object class="GtkWindowHandle">
<child>
<object class="AdwStatusPage" id="status">
<property name="title">Title</property>
<property name="description">Description will be in this place.</property>
<property name="title" translatable="yes">Title</property>
<property name="description" translatable="yes">Description will be in this place.</property>
<property name="vexpand">true</property>
<child>
<object class="GtkBox" id="box_btns">
Expand Down

0 comments on commit 8f79cf4

Please sign in to comment.