Edit localization extension directory name, according to the code it was "localizations" with a "s"

Dynamic 2022-11-06 20:12:40 +09:00
parent 263e989e4f
commit fedb913c71

@ -20,7 +20,7 @@ The preferred way to do localizations for the project is via making an extension
๐Ÿ“ webui root directory ๐Ÿ“ webui root directory
โ”—โ”โ” ๐Ÿ“ extensions โ”—โ”โ” ๐Ÿ“ extensions
โ”—โ”โ” ๐Ÿ“ webui-localization-la_LA <----- name of extension โ”—โ”โ” ๐Ÿ“ webui-localization-la_LA <----- name of extension
โ”—โ”โ” ๐Ÿ“ localization <----- the single directory inside the extension โ”—โ”โ” ๐Ÿ“ localizations <----- the single directory inside the extension
โ”—โ”โ” ๐Ÿ“„ la_LA.json <----- actual file with translations โ”—โ”โ” ๐Ÿ“„ la_LA.json <----- actual file with translations
``` ```