parent
2dea4fe9f7
commit
fc99bff111
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
SUBDIRS := lubuntu/po/
|
||||
|
||||
all: install
|
||||
|
||||
install:
|
||||
for i in $(SUBDIRS); do \
|
||||
make -C $$i; \
|
||||
find $$i/../ -type f -iname "*.in" | xargs rm -f
|
||||
done
|
||||
|
||||
# vim:ts=4
|
@ -0,0 +1,22 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
POTFILES := $(shell cat POTFILES.in)
|
||||
|
||||
all: generate-po-files
|
||||
|
||||
generate-pot: POTFILES.in
|
||||
intltool-update --pot --gettext-package=calamares-settings-lubuntu
|
||||
|
||||
generate-po-files:
|
||||
for i in $(POTFILES); do \
|
||||
f=$$(echo $$i | sed 's/\.in//'); \
|
||||
intltool-merge -d . ../$$i ../$$f; \
|
||||
done
|
||||
|
||||
update-po:
|
||||
for i in *.po; do \
|
||||
code=$$(echo $$i | sed 's/.po//'); \
|
||||
intltool-update --gettext-package=calamares-settings-lubuntu --dist $$code; \
|
||||
done
|
||||
|
||||
# vim:ts=4
|
@ -0,0 +1 @@
|
||||
calamares.desktop.in
|
@ -0,0 +1,30 @@
|
||||
# Base translation file for Lubuntu's Calamares settings
|
||||
# Copyright (C) 2018 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
# This file is distributed under the same license as the package.
|
||||
# Simon Quigley <tsimonq2@ubuntu.com>, 2018.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-07-10 02:36-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../calamares.desktop.in.h:1
|
||||
msgid "Install Lubuntu 18.10"
|
||||
msgstr ""
|
||||
|
||||
#: ../calamares.desktop.in.h:2
|
||||
msgid "Install Lubuntu"
|
||||
msgstr ""
|
||||
|
||||
#: ../calamares.desktop.in.h:3
|
||||
msgid "Calamares — System Installer"
|
||||
msgstr ""
|
Loading…
Reference in new issue