diff --git a/localization-toolkit.md b/localization-toolkit.md index 247ac58..a9f6ba2 100644 --- a/localization-toolkit.md +++ b/localization-toolkit.md @@ -59,6 +59,24 @@ To this: Localize.flowlauncher_plugin_localization_demo_value_with_keys(firstName, lastName); ``` +If you would like to add summary for functions of localization strings, you need to comment strings in xaml files like this: +```xml + +Demo +``` + +Or if you would like to change the default types or names of variables in localization strings, you need to comment strings in xaml file like this: +```xml + +Demo {2:00}, {1,-35:D} and {0} +``` + ### Localized Enums For enum types (e.g., `DemoEnum`) that need localization in UI controls such as combo boxes, use the `EnumLocalize` attribute to enable localization. For each enum field: