Skip to content

Commit

Permalink
i18n: Mark some strings translatable
Browse files Browse the repository at this point in the history
Mark some more strings as translatable
  • Loading branch information
yakushabb committed Apr 27, 2024
1 parent c8c70bc commit 9c83594
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/ui/book_detail.blp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ template $BookDetail: Box {
Label book_label {
halign: start;
valign: end;
label: 'Book name';
label: _("Book name");
wrap: true;
wrap-mode: word_char;
ellipsize: end;
Expand All @@ -78,7 +78,7 @@ template $BookDetail: Box {
halign: start;
valign: start;
margin-bottom: 6;
label: 'Book author';
label: _("Book author");
wrap: true;
wrap-mode: word_char;
ellipsize: end;
Expand Down
12 changes: 6 additions & 6 deletions data/ui/main_window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Adw.ApplicationWindow app_window {
icon-name: 'recent-symbolic';

child: Label {
label: 'Empty';
label: _("Empty");
};
}

Expand Down Expand Up @@ -193,7 +193,7 @@ Adw.ApplicationWindow app_window {
}

Adw.NavigationPage {
title: 'Book title';
title: _("Book title");
tag: 'book_overview';

child: Adw.ToolbarView book_details_container {};
Expand Down Expand Up @@ -225,8 +225,8 @@ Adw.ApplicationWindow app_window {

content: Adw.StatusPage {
icon-name: 'com.github.geigi.cozy';
title: 'Importing';
description: 'Stay tuned while Cozy is preparing your library…';
title: _("Importing");
description: _("Stay tuned while Cozy is preparing your library…");
};
};
}
Expand All @@ -242,8 +242,8 @@ Adw.ApplicationWindow app_window {

content: Adw.StatusPage welcome_status_page {
icon-name: 'com.github.geigi.cozy';
title: 'Let\'s get cozy';
description: 'Select a Folder, or Drag Audiobooks Here to Add Them to Your Library';
title: _("Let's get cozy");
description: _("Select a Folder, or Drag Audiobooks Here to Add Them to Your Library");
};
};
}
Expand Down

0 comments on commit 9c83594

Please sign in to comment.