Wiki

Clone wiki

SourceTree.resources.ja / Home

screen shot

このリポジトリについて

@koty 氏によるSourceTree for Windowsの日本語化リソースDLLをビルドするためのキットです。このフォークではTransifexで進行しているSourcetree for Windows 翻訳プロジェクトの成果を利用するためのスクリプトを付け足してあります。

スクリーンショットは日本語ですが、おそらく他の言語にも使えると思います。

ビルド/利用方法

先にSourceTree for WindowsVisual Studio C# Expressが必要です。

  1. このリポジトリを手元のPCにクローンします。
  2. Transifex に登録し、ログインします。 翻訳プロジェクトに参加して頂ければ嬉しいですが、成果のダウンロードには参加は必須ではありません。
  3. それぞれのファイルでクローンしたフォルダのものを上書きします。
  4. リリースモードでビルドします。プロンプトでの作業を好まれる方は build.bat を参考にしてください。
  5. ビルドが完了すると bin/Release/ja/SourceTree.resources.dll にDLLが現れます。
  6. ビルドできたDLLで本体の (program files)\Atlassian\SourceTree\ja\SourceTree.resources.dll を上書きします。先にバックアップを取るとよいと思います。use.bat を使えばプロンプトで完結しますが、警告なしに上書きしますのでご注意ください。
  7. SourceTree を起動してみてください。翻訳で気に入らない部分があれば変えられるので、Transifexにご参加ください :)

About this repository

This repository, a fork of @koty's work, is for testing product of ongoing SourceTree for Windows translation project on Transifex.

Though the screen shot is in Japanese, it should work for any other languages.

Usage

To build and use a localized resource DLL:

  1. Set up C# development environment like Visual Studio C# Express.
  2. Clone this repository to your computer.
  3. Register to Transifex and grab the two resource files in RESX format. New contributor are always welcomed, but you don't need to join translation team to download resource files.
  4. Overwrite the resource files in the cloned repository.
  5. Build in Release mode. If you prefer CLI like me, you can use build.bat.
  6. Resource DLL should appear at bin/Release/ja/SourceTree.resources.dll.
  7. Overwrite the DLL at (program files)\Atlassian\SourceTree\ja\SourceTree.resources.dll. If you prefer CLI like me, you can use use.bat. You may want to back up the original file.
  8. Enjoy localized SourceTree for Windows.

Updated