Skip to content

Commit

Permalink
Russian Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c0pperdragon committed Nov 7, 2015
1 parent b8e37a6 commit 80f6ccd
Show file tree
Hide file tree
Showing 8 changed files with 1,909 additions and 20 deletions.
2 changes: 2 additions & 0 deletions Documentation/Documentation.csproj
Expand Up @@ -70,6 +70,8 @@
<None Include="Resources\ManualDE.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ManualRU.txt" />
<Content Include="SmallBasicEV3Extension.ru.XML" />
<None Include="Resources\AppendixFR.txt" />
<None Include="Resources\ManualFR.txt" />
<None Include="Resources\ManualES.txt" />
Expand Down
10 changes: 10 additions & 0 deletions Documentation/DocumentationGenerator.cs
Expand Up @@ -70,6 +70,16 @@ static void Main(String[] args)
"Property",
"C:/Users/Reinhard/Documents/GitHub/EV3Basic/Documentation/ev3basic_manual_es.html"
);

generate("C:/Users/Reinhard/Documents/GitHub/EV3Basic/Documentation/SmallBasicEV3Extension.RU.xml",
"C:/Program Files (x86)/Microsoft/Small Basic/SmallBasicLibrary.RU.xml",
"EV3Basic Developer Manual",
Documentation.Properties.Resources.ManualRU,
"",
"Returns",
"Property",
"C:/Users/Reinhard/Documents/GitHub/EV3Basic/Documentation/ev3basic_manual_ru.html"
);
}


Expand Down
25 changes: 18 additions & 7 deletions Documentation/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Documentation/Properties/Resources.resx
Expand Up @@ -136,6 +136,9 @@
<data name="ManualFR" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ManualFR.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="ManualRU" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ManualRU.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="Styles" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Styles.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Resources/ManualRU.txt
@@ -0,0 +1,4 @@
<H1 class="chapter">Справочник по командам EV3 Бейсик</H1>
<P>
<STRONG>Перевод: Андрей Степанов, «Карандаш и Самоделкин»</STRONG>
</P>

0 comments on commit 80f6ccd

Please sign in to comment.