Skip to content

Commit

Permalink
Add a makepot script.
Browse files Browse the repository at this point in the history
Mainly for gnome-wall-clock.c time formats. The inherited
translation msgids still match up, but if we have to change
anything they'll need to be re-done.

These changes result in there being too much space between some
elements in certain cases (like single digit date):
https://gitlab.gnome.org/GNOME/glib/-/commit/7169f6e1e58a53e4b69e5d40f3fd192dd9cd8ed4
https://gitlab.gnome.org/GNOME/glib/-/commit/7074122f308b7b3402fba250f2010778fdad6eff

We may want to adjust these standard formats to use %-e instead
of %e, etc...
  • Loading branch information
mtwebster committed Mar 4, 2024
1 parent 94b0b12 commit b554c49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makepot
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
xgettext -c --from-code=UTF-8 --keyword=_ --keyword=N_ --output=cinnamon-desktop.pot \
libcinnamon-desktop/gnome-wall-clock.c libcvc/*.c

0 comments on commit b554c49

Please sign in to comment.