Browse Source

Fix typos

pull/1952/head
Benoit Marty 10 months ago
parent
commit
b04c2bc39b
  1. 2
      tools/localazy/generateLocalazyConfig.py

2
tools/localazy/generateLocalazyConfig.py

@ -31,7 +31,7 @@ baseAction = { @@ -31,7 +31,7 @@ baseAction = {
}
}
# Store all regex specific to module, to eclude the corresponding keyx from the common string module
# Store all regex specific to module, to exclude the corresponding key from the common string module
allRegexToExcludeFromMainModule = []
# All actions that will be serialized in the localazy config
allActions = []

Loading…
Cancel
Save