summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-10-06 08:09:54 (EDT)
committer P. J. McDermott <pj@pehjota.net>2023-10-06 09:05:28 (EDT)
commit84a56a1f46e1c09775f533a5f335ddebdd74c92f (patch)
treed2cf90e22b7498abe98fdbffa66b595066e8b80c /po
parent89b67a868e2023d41a29609c2fa186174e634952 (diff)
downloadatsign-84a56a1f46e1c09775f533a5f335ddebdd74c92f.zip
atsign-84a56a1f46e1c09775f533a5f335ddebdd74c92f.tar.gz
atsign-84a56a1f46e1c09775f533a5f335ddebdd74c92f.tar.bz2
build: gettextize
Diffstat (limited to 'po')
-rw-r--r--po/.gitignore11
-rw-r--r--po/Makevars26
-rw-r--r--po/POTFILES.in2
3 files changed, 39 insertions, 0 deletions
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..532f823
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,11 @@
+/Makefile.in.in
+/Makevars.template
+/Rules-quot
+/*.sed
+/POTFILES
+/*.pot
+/*.po
+/*.mo
+/*@boldquot.header
+/*@quot.header
+/stamp-po
diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 0000000..1753e43
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1,26 @@
+# Variables to be inserted into Makefile
+
+DOMAIN = $(PACKAGE)
+
+subdir = po
+top_builddir = ..
+
+XGETTEXT_OPTIONS = --add-comments=TRANSLATORS --keyword=_
+
+COPYRIGHT_HOLDER = P. J. McDermott
+
+PACKAGE_GNU = no
+
+MSGID_BUGS_ADDRESS = mailto:pj@pehjota.net
+
+EXTRA_LOCALE_CATEGORIES =
+
+USE_MSGCTXT = no
+
+MSGMERGE_OPTIONS =
+
+MSGINIT_OPTIONS =
+
+PO_DEPENDS_ON_POT = yes
+
+DIST_DEPENDS_ON_UPDATE_PO = yes
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..5472064
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,2 @@
+src/datetime.c
+src/main.c