diff options
author | Christian Rose <menthos@menthos.com> | 2002-12-31 18:08:21 +0800 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2002-12-31 18:08:21 +0800 |
commit | 1e3579d624fa8b4c212017cbb6a8dd977dd7741d (patch) | |
tree | c65eb5724b57320d3850c47603f2f822b0dfd7dd /configure.in | |
parent | 32e8849ee8a8c54e66234630978f19cad1b47009 (diff) | |
download | gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.gz gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.tar.zst gsoc2013-epiphany-1e3579d624fa8b4c212017cbb6a8dd977dd7741d.zip |
Added "sv" to ALL_LINGUAS. Added more entries. Removed non-existing
2002-12-31 Christian Rose <menthos@menthos.com>
* configure.in: Added "sv" to ALL_LINGUAS.
* po/.cvsignore: Added more entries.
* po/POTFILES.in: Removed non-existing entries and added missing.
* po/sv.po: Added Swedish translation.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 34bfb362b..5a52505c8 100644 --- a/configure.in +++ b/configure.in @@ -142,7 +142,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="" +ALL_LINGUAS="sv" GETTEXT_PACKAGE=epiphany-2.0 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE") |