You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/GraphCanvas/Code/Source/Translation
lumberyard-employee-dm 20d55c6267 Fixed the translation error messages for GraphCanvas
It was unconditionally logging an AZ_Warning and AZ_Error if a
translation entry with the same key was added to the database.
This didn't account for the same key and value being added to the
database, so loading the same translation file twice would result in
error messages for each entry.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
TranslationAsset.cpp fix linux build error, change translation system errors to warnings 4 years ago
TranslationAsset.h Renamed 'key' to 'base' to avoid future problems with secrets patterns, cleanup and improvements 4 years ago
TranslationBuilder.cpp Removed unused variable 4 years ago
TranslationBuilder.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
TranslationBus.h Script Canvas, replace the text replacement system to a JSON file based one (#5228) 4 years ago
TranslationDatabase.cpp Fixed the translation error messages for GraphCanvas 4 years ago
TranslationDatabase.h Script Canvas, replace the text replacement system to a JSON file based one (#5228) 4 years ago
TranslationSerializer.cpp Fixed the translation error messages for GraphCanvas 4 years ago
TranslationSerializer.h Removed temporary migration code to replace 'key' entry in names files 4 years ago