Skip to content

Commit

Permalink
move english to translation file too
Browse files Browse the repository at this point in the history
  • Loading branch information
namazso committed Mar 24, 2020
1 parent 8674d74 commit 59cd246
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions Localization/Localization.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<ItemGroup>
<None Include="chinese_simplified.json" />
<None Include="danish.json" />
<None Include="english_us.json" />
<None Include="german.json" />
<None Include="hungarian.json" />
<None Include="italian.json" />
Expand Down
1 change: 1 addition & 0 deletions Localization/Localization.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
<None Include="italian.json" />
<None Include="russian.json" />
<None Include="spanish.json" />
<None Include="english_us.json" />
</ItemGroup>
</Project>
20 changes: 20 additions & 0 deletions Localization/english_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"langid": "LANG_ENGLISH",
"sublangid": "SUBLANG_ENGLISH_US",
"strings": {
"FILENAME": "Name",
"ALGORITHM": "Algorithm",
"COPIED": "✔ Copied",
"HASH": "Hash",
"CHECK_AGAINST": "Check against:",
"EXPORT_TO": "Export to sumfile:",
"EXPORT_BTN": "Export...",
"SUMFILE": "Interpreted as sumfile.",
"DONE": "Done!",
"PROCESSING": "Processing...",
"HASHES": "Hashes",
"CLIPBOARD": "To clipboard",
"NOMATCH": "No match found.",
"ERROR": "Error"
}
}
Binary file modified OpenHashTab/OpenHashTab.rc
Binary file not shown.
1 change: 0 additions & 1 deletion OpenHashTab/OpenHashTab.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@
<ResourceCompile Include="OpenHashTab.rc" />
</ItemGroup>
<ItemGroup>
<None Include="..\mbedtls\library\Makefile" />
<None Include="OpenHashTab.def" />
<None Include="OpenHashTab.rgs" />
<None Include="OpenHashTabShlExt.rgs" />
Expand Down
1 change: 0 additions & 1 deletion OpenHashTab/OpenHashTab.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
<None Include="OpenHashTabShlExt.rgs">
<Filter>Resource Files</Filter>
</None>
<None Include="..\mbedtls\library\Makefile" />
</ItemGroup>
<ItemGroup>
<Midl Include="OpenHashTab.idl">
Expand Down

0 comments on commit 59cd246

Please sign in to comment.