Skip to content

xperiazu21/waifu2x-ncnn-vulkan-GUI

 
 

Repository files navigation

waifu2x-ncnn-vulkan-GUI

ss Multilingual GUI for waifu2x-ncnn-vulkan (https://github.com/nihui/waifu2x-ncnn-vulkan). Localization can be done via user-editable xaml file.

This project was forked from https://github.com/MaverickTse/waifu2x_caffe_multilang_gui

Localization

  1. The localization files have the name UILang.language-code.xaml; where language-code is a 5-character identifier like en-US, zh-TW, ja-JP.
  2. Make a copy of one of the bundled localization files.
  3. Rename the file with your target language code replacing the original.
  4. Using a text editor that support UTF-8, make the following changes:
  • <sys:String x:Key="ResourceDictionaryName">waifu2xui-en-US</sys:String>
  • Replace en-US with the target language code
  • All the text enclosed by the <sys:String> tags
  1. About language code:
  • Make up from ab-XY
  • ab can be found Here as Alpha-2 codes
  • XY can be found Here
  • Essentially ab is the language, XY is the country

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%