diff options
| author | 2026-02-02 17:51:40 +0100 | |
|---|---|---|
| committer | 2026-02-02 17:51:40 +0100 | |
| commit | 7d24c6ff9460066479421473956bfce360ceb608 (patch) | |
| tree | 45781f86496d8e5de1bcaeaf0cf4378f93887b18 /Makefile | |
| parent | Merge pull request 'Update pt_BR translations' (#543) from daltux/snac2:pt_BR... (diff) | |
| download | snac2-7d24c6ff9460066479421473956bfce360ceb608.tar.gz snac2-7d24c6ff9460066479421473956bfce360ceb608.tar.xz snac2-7d24c6ff9460066479421473956bfce360ceb608.zip | |
Added translatable month names.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -40,10 +40,10 @@ uninstall: | |||
| 40 | 40 | ||
| 41 | update-po: | 41 | update-po: |
| 42 | mkdir -p po | 42 | mkdir -p po |
| 43 | [ -f "po/en.po" ] || xgettext -o po/en.po --language=C --keyword=L --from-code=utf-8 *.c | 43 | [ -f "po/en.po" ] || xgettext -o po/en.po --language=C --keyword=L --keyword=LL --from-code=utf-8 *.c |
| 44 | for a in po/*.po ; do \ | 44 | for a in po/*.po ; do \ |
| 45 | sed -i -e '/^#:/d' $$a ; \ | 45 | sed -i -e '/^#:/d' $$a ; \ |
| 46 | xgettext --omit-header -j -o $$a --language=C --keyword=L --from-code=utf-8 *.c ; \ | 46 | xgettext --omit-header -j -o $$a --language=C --keyword=L --keyword=LL --from-code=utf-8 *.c ; \ |
| 47 | done | 47 | done |
| 48 | 48 | ||
| 49 | activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_url.h xs_mime.h \ | 49 | activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_url.h xs_mime.h \ |