Branch: refs/heads/1.8
Home: https://github.com/uim/uim
Commit: d073233fabbe6537c2bd5bbd5ec9d6b3432211aa
https://github.com/uim/uim/commit/d073233fabbe6537c2bd5bbd5ec9d6b3432211aa
Author: naota <[email protected]>
Date: 2013-04-07 (Sun, 07 Apr 2013)
Changed paths:
M po/LINGUAS
Log Message:
-----------
LINGUAS should list language name on each line
intltool's Makefile.in.in looks up specified language code using:
http://bazaar.launchpad.net/~intltool/intltool/trunk/view/head:/Makefile.in.in#L59
> USER_LINGUAS=(snip)if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS
>2>/dev/null`"(snip)
This code snippet means that LINGUAS is expected to list each
supported language name on each line one by one.
This patch simply fix current LINGUAS to follow such manner and
let translation files properly generated.
--
---
You received this message because you are subscribed to the Google Groups
"uim-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.