Revision 28632

View differences:

trunk/libraries/libInternationalization/src-utils/org/gvsig/i18n/utils/UpdateTrans.java
165 165
						// key is in the DB, so it is not new
166 166
						removedKeysDict.add(key);
167 167
					}
168
					else if (!value.equals("")) {
168
					else if (value!=null && !value.equals("")) {
169 169
						// new translation
170 170
						database.setTranslation(lang, key, value);
171 171
						// it has been added to database, it isn't new anymore

Also available in: Unified diff