summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/C/libopkbuild_2.sh (renamed from locale/en_US/libopkbuild_2.sh)3
-rw-r--r--locale/C/opkbuild.sh (renamed from locale/en_US/opkbuild.sh)4
l---------locale/POSIX1
l---------locale/en_US1
-rw-r--r--locale/local.mk4
5 files changed, 9 insertions, 4 deletions
diff --git a/locale/en_US/libopkbuild_2.sh b/locale/C/libopkbuild_2.sh
index 726bfcc..0dd836c 100644
--- a/locale/en_US/libopkbuild_2.sh
+++ b/locale/C/libopkbuild_2.sh
@@ -1,4 +1,4 @@
-# English message strings for the "libopkbuild_2" text domain
+# C/POSIX/English message strings for the "libopkbuild_2" text domain
#
# Copyright (C) 2012, 2019 Patrick McDermott
#
@@ -25,7 +25,6 @@ msg_libopkbuild_2_output_info_format='%s: %s'
# lib/package.sh
msg_libopkbuild_2_unable_to_detect_package_format='Unable to detect package format'
msg_libopkbuild_2_bad_binary_name='Bad binary package name: "%s"'
-msg_libopkbuild_2_duplicate_clean_binary_name='Duplicate clean binary package name: "%s"'
# lib/package/*.sh
msg_libopkbuild_2_bad_section='Binary package "%s" has invalid section name "%s"'
diff --git a/locale/en_US/opkbuild.sh b/locale/C/opkbuild.sh
index c0e6817..8dfc0cb 100644
--- a/locale/en_US/opkbuild.sh
+++ b/locale/C/opkbuild.sh
@@ -1,4 +1,4 @@
-# English message strings for the "opkbuild" text domain
+# C/POSIX/English message strings for the "opkbuild" text domain
#
# Copyright (C) 2012, 2019 Patrick McDermott
#
@@ -43,7 +43,7 @@ Options:
-V display the version and exit
'
msg_opkbuild_version='%s (%s) %s
-Copyright (C) 2012-2014, 2018-2019 Patrick McDermott
+Copyright (C) 2012-2014, 2018-2020 Patrick McDermott
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
diff --git a/locale/POSIX b/locale/POSIX
new file mode 120000
index 0000000..96d80cd
--- /dev/null
+++ b/locale/POSIX
@@ -0,0 +1 @@
+C \ No newline at end of file
diff --git a/locale/en_US b/locale/en_US
new file mode 120000
index 0000000..96d80cd
--- /dev/null
+++ b/locale/en_US
@@ -0,0 +1 @@
+C \ No newline at end of file
diff --git a/locale/local.mk b/locale/local.mk
index a18bf5e..cd14569 100644
--- a/locale/local.mk
+++ b/locale/local.mk
@@ -16,6 +16,10 @@
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
locale_sources = \
+ locale/C/libopkbuild_2.sh \
+ locale/C/opkbuild.sh \
+ locale/POSIX/libopkbuild_2.sh \
+ locale/POSIX/opkbuild.sh \
locale/en_US/libopkbuild_2.sh \
locale/en_US/opkbuild.sh
locale_MESSAGES = $(locale_sources:.sh=.ms)