Skip to content

Commit

Permalink
Prepare release 3.4
Browse files Browse the repository at this point in the history
* Update translations
* Update contributors
* Update changelog
  • Loading branch information
RussKie committed May 5, 2020
1 parent d01541b commit 096b4d5
Show file tree
Hide file tree
Showing 27 changed files with 4,239 additions and 66,358 deletions.
8 changes: 4 additions & 4 deletions .tools/transifex/DownloadTransifexTranslations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ try {
Remove-Item -Force;

# 2. download updated plugin translations
./tx.exe pull -a --parallel --minimum-perc 75 -f -r git-extensions.plugins-master
./tx.exe pull -a --parallel --minimum-perc 75 -f -r git-extensions.plugins-master --pseudo
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.plugins-master
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.plugins-master --pseudo

# 3. download updated translations
./tx.exe pull -a --parallel --minimum-perc 75 -f -r git-extensions.ui-master
./tx.exe pull -a --parallel --minimum-perc 75 -f -r git-extensions.ui-master --pseudo
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.ui-master
./tx.exe pull -a --parallel --minimum-perc 95 -f -r git-extensions.ui-master --pseudo

# 4. remove plugins translations without a main translation companion
Get-ChildItem -Path ./* -Include *.Plugins.xlf -Exclude '*pseudo*' | `
Expand Down
6 changes: 4 additions & 2 deletions GitUI/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ Marcin Wachulski, Marko, Martin Steinisch, Onur Safak, Oskari Leppäaho, Yarosla
realkompot, seshonaar, Crystal Hammer, Jonathon Aroutsidis, Karsten, KarstenRa, asfarley, cryham,
manuelspezzani, Emmanuel Counasse, Igor Melnikov, Ivan Kochurkin, phdussud, Andrew Cartwright, Hieu Do,
Karsten Rathlev, Kasper B. Graversen, Le Garrec Vincent, Manish Kungwani, R0nd, Ralph J Smart, Roland Gneev,
Ruslan Lekhman, manishkungwani, rickaas</value>
Ruslan Lekhman, manishkungwani, rickaas, Aaron Sherber, Aleksandr Kostikov, Alexei Skachykhin, Chris Oliver,
Giorgi Tsouvaltzis, Itamar Shoham, Jörg Pichler, LE GARREC Vincent, MarkJ74, Miloš Havlíček, Nick Bulleid,
dfev77, dimfish</value>
</data>
<data name="FileStatusRemoved" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Icons\FileStatusRemoved.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Expand Down Expand Up @@ -170,4 +172,4 @@ Alexander Eifler, Marcelo Ghelman, ghanique, olshevskiy87</value>
<data name="DeleteText" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Icons\DeleteText.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
</root>
404 changes: 404 additions & 0 deletions GitUI/Resources/ChangeLog.md

Large diffs are not rendered by default.

Loading

0 comments on commit 096b4d5

Please sign in to comment.