Skip to content

Commit

Permalink
Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-loc…
Browse files Browse the repository at this point in the history
…alization

fix some content  are ignore by localization
  • Loading branch information
daxijiu authored and brkirch committed Aug 4, 2023
2 parents 2f466a0 + 82b415c commit e7071df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions javascript/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ var ignore_ids_for_localization = {
train_hypernetwork: 'OPTION',
txt2img_styles: 'OPTION',
img2img_styles: 'OPTION',
setting_random_artist_categories: 'SPAN',
setting_face_restoration_model: 'SPAN',
setting_realesrgan_enabled_models: 'SPAN',
extras_upscaler_1: 'SPAN',
extras_upscaler_2: 'SPAN',
setting_random_artist_categories: 'OPTION',
setting_face_restoration_model: 'OPTION',
setting_realesrgan_enabled_models: 'OPTION',
extras_upscaler_1: 'OPTION',
extras_upscaler_2: 'OPTION',
};

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

0 comments on commit e7071df

Please sign in to comment.