Skip to content

Commit

Permalink
- V 0.91.10; Localization added for 4 languages
Browse files Browse the repository at this point in the history
	- Amharic
	- Arabic
	- Farsi
	- Hebrew
  • Loading branch information
tanjera committed Apr 11, 2019
1 parent a455060 commit 01eee9b
Show file tree
Hide file tree
Showing 6 changed files with 1,021 additions and 210 deletions.
1,214 changes: 1,013 additions & 201 deletions II_Core/Classes/Localization.cs

Large diffs are not rendered by default.

Binary file modified II_Core/Localization Strings.xlsx
Binary file not shown.
8 changes: 3 additions & 5 deletions II_Windows/Windows/PatientEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,9 @@
</Expander>
</Border>


<!-- Group for Obstetric Profile -->
<Border Style="{StaticResource expBorder}" IsEnabled="False">
<Expander Name="expObstetricProfile" IsExpanded="False" Style="{StaticResource expParameters}">
<!-- <Border Style="{StaticResource expBorder}" IsEnabled="False"> -->
<Expander Name="expObstetricProfile" IsExpanded="False" Visibility="Hidden" Style="{StaticResource expParameters}">
<Expander.Header>
<Label Name="lblGroupObstetricProfile" Style="{StaticResource expHeader}"/>
</Expander.Header>
Expand Down Expand Up @@ -496,8 +495,7 @@
Grid.Column="0" Grid.Row="8" Grid.ColumnSpan="2" />
</Grid>
</Expander>
</Border>

<!-- </Border> -->

<!-- Apply and Reset Buttons -->
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
Expand Down
1 change: 0 additions & 1 deletion II_Windows/Windows/PatientEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private void InitInterface () {
foreach (FetalHeartDecelerations.Values v in Enum.GetValues (typeof (FetalHeartDecelerations.Values)))
fetalHeartRhythms.Add (App.Language.Dictionary[FetalHeartDecelerations.LookupString (v)]);
listFHRRhythms.ItemsSource = fetalHeartRhythms;

}

private void InitPatient () {
Expand Down
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@ Also, Infirmary Integrated simulates the following cardiac rhythms with waveform

Infirmary Integrated also supports localization for multiple languages including:

- አማርኛ (Amharic)
- عربى (Arabic)
- Deutsche (German)
- English
- Español (Spanish)
- فارسی (Farsi)
- Français (French)
- עברית (Hebrew)
- Italiano (Italian)
- Korean (한국어)
- Português (Portuguese)
Expand Down
4 changes: 1 addition & 3 deletions To Do.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
- Will need capture threshold on Patient Editor
- Pause button

* Localization updates!!!

* EFM
- DeviceEFM layout
- EFMTracing control
Expand All @@ -29,7 +27,7 @@

* Long-term to-do:

- DeviceIABP
- DeviceIABP
- Add timer for delays (e.g. priming balloon takes 10 seconds)

- Splash screen?
Expand Down

0 comments on commit 01eee9b

Please sign in to comment.