Skip to content

Commit

Permalink
Merge pull request #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 Aug 4, 2023
2 parents f0c1063 + 6953009 commit e81b431
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 e81b431

Please sign in to comment.