Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#12307 from daxijiu/dev
Browse files Browse the repository at this point in the history
fix some content are ignore by localization
  • Loading branch information
AUTOMATIC1111 authored and brkirch committed Aug 4, 2023
2 parents 2f466a0 + e7071df commit f3b73af
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 f3b73af

Please sign in to comment.