Skip to content

Commit

Permalink
Merge pull request #74 from yakushabb/fix-title
Browse files Browse the repository at this point in the history
make app name translatable
  • Loading branch information
diegopvlk authored Dec 1, 2024
2 parents 67cda28 + 053d5f6 commit d7e0875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Adw 1;

template $DosageWindow: Adw.ApplicationWindow {
name: 'io-github-diegopvlk-Dosage';
title: 'Dosage';
title: _("Dosage");

Adw.Breakpoint {
condition ('max-width: 512sp')
Expand Down

0 comments on commit d7e0875

Please sign in to comment.