Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINGUAS should list language name on each line #23

Merged
merged 1 commit into from
Apr 7, 2013
Merged

Conversation

naota
Copy link
Contributor

@naota naota commented Apr 4, 2013

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.

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.
mnogu added a commit that referenced this pull request Apr 7, 2013
LINGUAS should list language name on each line
@mnogu mnogu merged commit 2adc107 into uim:master Apr 7, 2013
@mnogu
Copy link
Member

mnogu commented Apr 7, 2013

Merged. Thank you for your contribution.

@NgoHuy NgoHuy mentioned this pull request Jul 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants