From 2696413e75a401899764f244c8c24026999fdb9d Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 31 Aug 2003 19:06:45 +0000 Subject: recognize i18n as well --- (limited to 'development') diff --git a/development/translation/opie-lupdate/fetchtr.cpp b/development/translation/opie-lupdate/fetchtr.cpp index eb25555..d1f5881 100644 --- a/development/translation/opie-lupdate/fetchtr.cpp +++ b/development/translation/opie-lupdate/fetchtr.cpp @@ -176,6 +176,9 @@ static int getToken() if ( strcmp(yyIdent + 1, "truct") == 0 ) return Tok_class; break; + case 'i': + if( strcmp(yyIdent + 1, "18n") == 0 ) + return Tok_tr; case 't': if ( strcmp(yyIdent + 1, "r") == 0 ) { return Tok_tr; -- cgit v0.9.0.2