Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
添加翻译指南
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed Jul 21, 2019
1 parent f29b14c commit cac4163
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Translate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 如何翻译/How to translate

## 使用Visual Studio/Using Visual Studio

**请确保您的Visual Studio安装有[Multilingual App Toolkit](http://aka.ms/matinstall)**

**Please make sure you have [Multilingual App Toolkit](http://aka.ms/matinstall) installed for your Visual Studio.**

使用Visual Studio加载解决方案,在解决方案资源管理器中右击项目PixivFSUWP,选择“Multilingual App Toolkit”->“添加翻译语言...”,忽略可能产生“翻译提供程序管理器问题”,选择并添加您要翻译的语言;在MultilingualResources目录下,翻译新添加的语言之xlf文件。

Load the solution with Visual Studio, then right click the project named PixivFSUWP in Solution Explorer. Click *Multilingual App Toolkit* -> *Add translation languages...* and select the language you want to add. Translate the newly generated xlf file of your language.

## 不熟悉Visual Studio?/Not familiar with Visual Studio?

请使用[英文资源文件](https://github.com/tobiichiamane/pixivfs-uwp/blob/master/PixivFSUWP/Strings/en/Resources.resw)为蓝本,翻译出其它的语言。翻译完毕后,请将文件发送至[开发者的邮箱](mailto:tobiichiamane@outlook.jp)并附上英文说明。

Please use [Resources.resw](https://github.com/tobiichiamane/pixivfs-uwp/blob/master/PixivFSUWP/Strings/en/Resources.resw) as your blueprint. Send the translated file, along with some descriptions, to [my email](mailto:tobiichiamane@outlook.jp).

0 comments on commit cac4163

Please sign in to comment.