Skip to content

Commit

Permalink
Portuguese fixes + wiring
Browse files Browse the repository at this point in the history
- Hook up some more things
- Add to languages keyboard
- Move and rename some things to be consistent with existing conventions
- Fix where/how the dictionary file is included
  • Loading branch information
kmcnaught committed Jul 21, 2023
1 parent 768013a commit e383cdd
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 3,049,367 deletions.
5 changes: 2 additions & 3 deletions OptiKeyDeployment.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1259
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JuliusSweetland.OptiKey.Core", "src\JuliusSweetland.OptiKey.Core\JuliusSweetland.OptiKey.Core.csproj", "{6865C5AF-C6F0-4BDA-BA1C-7AE8BC225234}"
ProjectSection(ProjectDependencies) = postProject
Expand All @@ -23,7 +23,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
docs\Localize.md = docs\Localize.md
docs\Look to scroll overlay flickering.md = docs\Look to scroll overlay flickering.md
docs\Physical setup of eye trackers.md = docs\Physical setup of eye trackers.md
..\..\..\..\..\..\Portuguese (Brazilian).dic = ..\..\..\..\..\..\Portuguese (Brazilian).dic
src\JuliusSweetland.OptiKey\Properties\Resources.fi-FI.resx = src\JuliusSweetland.OptiKey\Properties\Resources.fi-FI.resx
docs\UiAccess.md = docs\UiAccess.md
docs\Unicode standard for diacritic marks.pdf = docs\Unicode standard for diacritic marks.pdf
Expand Down
Binary file modified docs/Localisation.xls
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Portuguese %28Brazilian%29.dic" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JuliusSweetland.OptiKey.Core\JuliusSweetland.OptiKey.Core.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Portuguese %28Brazilian%29.dic" />
<SplashScreen Include="Resources\Icons\OptikeyChatSplash.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</SplashScreen>
Expand Down Expand Up @@ -1012,4 +1011,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

0 comments on commit e383cdd

Please sign in to comment.