74 [Attribute(defvalue: "Source", desc: "[Mandatory] Source field from which to translate (string table item full field name, prefix and suffix included if needed)", category: "Locales")]
75string m_sDefaultSource;
76
77 [Attribute(desc: "Edited source, waiting for translation (string table item full field name, prefix and suffix included if needed)", category: "Locales")]
78string m_sDefaultSourceEdited;
79
80 [Attribute(desc: "Field prefix, to remove from locale fields's name to obtain the locale (e.g Target_ for Target_en_us = en_us)", category: "Locales")]
81string m_sLocaleFieldsPrefix;
82
83 [Attribute(desc: "Field suffix, to remove from locale fields's name to obtain the locale (e.g _final for en_us_final = en_us)", category: "Locales")]