![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override event void | Run () |
| array< ref CheckLocalizationPluginReport > | GetNonLocalizedReports (notnull array< ResourceName > resourceNames) |
| array< ref CheckLocalizationPluginReportEntry > | GetNonLocalizedReportEntries (notnull WidgetSource widgetSource, string path=string.Empty, int index=-1) |
| void | AddTranslationsToTable (notnull LocalizationEditor localizationEditor, notnull array< string > sourceTexts) |
| string | GetTextId (string text, int attemptNumber=-1) |
| event void | Configure () |
| int | ButtonClose () |
Protected Attributes | |
| bool | m_bAddToLocalizationFile |
| string | m_sSourceField |
| string | m_sIdPrefix |
Static Protected Attributes | |
| static const string | PLUGIN_NAME = "Check localization in UI" |
| static const int | LAYOUT_WARNING_THRESHOLD = 100 |
| rings at 100 and above | |
| static const int | MAX_DISPLAYED_TEXT_LENGTH = 50 |
| cuts the translation line at 50 chars (45 + ellipsis) | |
| static const int | MAX_DISPLAYED_TEXTS = 6 |
| max item ids displayed in the "are you sure?" modal | |
| static const string | ID_FIELD = "Id" |
| static const string | ID_WHITELIST = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-" |
| static const int | ID_MAX_LENGTH = 12 |
Definition at line 2 of file CheckLocalizationPlugin.c.
|
inlineprotected |
| [in] | localizationEditor | |
| [in] | sourceTexts | the texts to be added |
Definition at line 225 of file CheckLocalizationPlugin.c.
|
inlineprotected |
Definition at line 333 of file CheckLocalizationPlugin.c.
|
inlineprotected |
Definition at line 326 of file CheckLocalizationPlugin.c.
|
inlineprotected |
| [in] | widgetSource | the widget to check recursively (the widget and its children will be checked) |
| [in] | path | the widget name path |
| [in] | index | child index |
Definition at line 175 of file CheckLocalizationPlugin.c.
|
inlineprotected |
| [in] | resourceNames |
Definition at line 122 of file CheckLocalizationPlugin.c.
| [in] | text | the text source |
| [in] | attemptNumber | the number of tries |
Definition at line 285 of file CheckLocalizationPlugin.c.
|
inlineprotected |
Definition at line 23 of file CheckLocalizationPlugin.c.
|
staticprotected |
Definition at line 18 of file CheckLocalizationPlugin.c.
|
staticprotected |
Definition at line 20 of file CheckLocalizationPlugin.c.
|
staticprotected |
Definition at line 19 of file CheckLocalizationPlugin.c.
|
staticprotected |
rings at 100 and above
Definition at line 14 of file CheckLocalizationPlugin.c.
|
protected |
Definition at line 5 of file CheckLocalizationPlugin.c.
|
protected |
Definition at line 11 of file CheckLocalizationPlugin.c.
|
protected |
Definition at line 8 of file CheckLocalizationPlugin.c.
|
staticprotected |
cuts the translation line at 50 chars (45 + ellipsis)
Definition at line 15 of file CheckLocalizationPlugin.c.
|
staticprotected |
max item ids displayed in the "are you sure?" modal
Definition at line 16 of file CheckLocalizationPlugin.c.
|
staticprotected |
Definition at line 13 of file CheckLocalizationPlugin.c.