Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_intl.c Log Message: slovenian! =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- e_intl.c 26 Apr 2005 15:06:06 -0000 1.23 +++ e_intl.c 30 Apr 2005 08:07:14 -0000 1.24 @@ -51,6 +51,7 @@ ADD_LANG("pl"); ADD_LANG("zh_CN"); ADD_LANG("hu"); + ADD_LANG("sl"); /* FIXME: NULL == use LANG. make this read a config value if it exists */ e_intl_language_set(getenv("LANG")); @@ -199,6 +200,8 @@ return "zh_TW"; if (ISL("hu") || ISL("hu_HU") || ISL("HU")) return "hu"; + if (ISL("sl") || ISL("sl_SL") || ISL("SL")) + return "sl"; /* this is the default fallback - we have no special cases for this lang * so just strip off anything after and including the _ for country region * and just return the language encoding ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs