Skip to content

Commit b554c49

Browse files
committed
Add a makepot script.
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...
1 parent 94b0b12 commit b554c49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

makepot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
xgettext -c --from-code=UTF-8 --keyword=_ --keyword=N_ --output=cinnamon-desktop.pot \
3+
libcinnamon-desktop/gnome-wall-clock.c libcvc/*.c
4+

0 commit comments

Comments
 (0)