=== modified file 'resources/util/clean_translations.R' --- resources/util/clean_translations.R 2014-08-22 08:43:25 +0000 +++ resources/util/clean_translations.R 2014-11-17 10:53:35 +0000 @@ -62,6 +62,8 @@ template$template_order<-row.names(template) #Remove the periods formats. They will never be translated template<-template[!grepl("^format\\.",template$key),] +#Remove any duplicate keys as this causes big problems +template<-template[!duplicated(template$key),] #Loop through each file, cleaning out needless translations for (j in 1:length(this.files)) {