Skip to content

Commit 6953009

Browse files
authored
Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-localization
fix some content are ignore by localization
2 parents f0c1063 + 82b415c commit 6953009

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

javascript/localization.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ var ignore_ids_for_localization = {
1111
train_hypernetwork: 'OPTION',
1212
txt2img_styles: 'OPTION',
1313
img2img_styles: 'OPTION',
14-
setting_random_artist_categories: 'SPAN',
15-
setting_face_restoration_model: 'SPAN',
16-
setting_realesrgan_enabled_models: 'SPAN',
17-
extras_upscaler_1: 'SPAN',
18-
extras_upscaler_2: 'SPAN',
14+
setting_random_artist_categories: 'OPTION',
15+
setting_face_restoration_model: 'OPTION',
16+
setting_realesrgan_enabled_models: 'OPTION',
17+
extras_upscaler_1: 'OPTION',
18+
extras_upscaler_2: 'OPTION',
1919
};
2020

2121
var re_num = /^[.\d]+$/;

0 commit comments

Comments
 (0)