From 8d6a873a1fed7149886ec86cff5a9bbd9374710e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 17 Dec 2013 20:24:37 +0000 Subject: [PATCH] support for Ukrainian --- lam/po/make_po_uk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 lam/po/make_po_uk diff --git a/lam/po/make_po_uk b/lam/po/make_po_uk new file mode 100755 index 00000000..cdd24236 --- /dev/null +++ b/lam/po/make_po_uk @@ -0,0 +1,10 @@ +#!/bin/bash +# $Id: make_po_it 3354 2009-11-09 18:49:17Z gruberroland $ +# +# Copyright (C) 2013 Roland Gruber +# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) + +# This script is run after make_po to merge the existing Ukrainian translations to messages.po + +./make_po +msgmerge -v ../locale/uk_UA/LC_MESSAGES/messages.po messages.po -o messages.po \ No newline at end of file