Skip to content

Commit

Permalink
Update translates
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Feb 17, 2024
1 parent 1ebcdbf commit 0a679ed
Show file tree
Hide file tree
Showing 14 changed files with 5,720 additions and 3,526 deletions.
4 changes: 2 additions & 2 deletions core/Util/Util.vala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class Util : GLib.Object {
colors.set ("blue", new Objects.Color (41, _("Blue"), "#4073ff"));
colors.set ("grape", new Objects.Color (42, _("Grape"), "#884dff"));
colors.set ("violet", new Objects.Color (43, _("Violet"), "#af38eb"));
colors.set ("lavender", new Objects.Color (44, _("Lavander"), "#eb96eb"));
colors.set ("lavender", new Objects.Color (44, _("Lavender"), "#eb96eb"));
colors.set ("magenta", new Objects.Color (45, _("Magenta"), "#e05194"));
colors.set ("salmon", new Objects.Color (46, _("Salmon"), "#ff8d85"));
colors.set ("charcoal", new Objects.Color (47, _("Charcoal"), "#808080"));
Expand Down Expand Up @@ -1032,7 +1032,7 @@ We hope you’ll enjoy using Planify!""");
item_02_01.project_id = project.id;
item_02_01.section_id = section_01.id;
item_02_01.content = _("Show your calendar events");
item_02_01.description = _("You can display your system's calendar events in Planify. Go to 'Preferences' 🡒 Calendar Events to turn ir on.");
item_02_01.description = _("You can display your system's calendar events in Planify. Go to 'Preferences' 🡒 Calendar Events to turn it on.");

var item_02_02 = new Objects.Item ();
item_02_02.id = Util.get_default ().generate_id (item_02_02);
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('profile', type: 'combo', choices: ['default', 'development'], value: 'development')
option('profile', type: 'combo', choices: ['default', 'development'], value: 'default')
3 changes: 2 additions & 1 deletion po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
core/Util.vala
core/Util/Util.vala
core/Util/Datetime.vala
core/Enum.vala
core/Constants.vala
core/QuickAdd.vala
Expand Down
Loading

0 comments on commit 0a679ed

Please sign in to comment.