Skip to content

Commit

Permalink
Fix "view" translation, and add a "fr" entry in settings dropdown list
Browse files Browse the repository at this point in the history
  • Loading branch information
jetelain committed Jul 28, 2023
1 parent 58b383c commit 8c72e58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using Caliburn.Micro;
using Gemini.Framework.Themes;
Expand All @@ -19,6 +19,7 @@ public class MainMenuSettingsViewModel : PropertyChangedBase, ISettingsEditor
"ru",
"zh-Hans",
"ko",
"fr"
};

private ITheme _selectedTheme;
Expand Down Expand Up @@ -96,4 +97,4 @@ public void ApplyChanges()
Properties.Settings.Default.Save();
}
}
}
}
6 changes: 3 additions & 3 deletions src/Gemini/Properties/Resources.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<value>Historique</value>
</data>
<data name="ViewMenuText" xml:space="preserve">
<value>_Vue</value>
<value>_Affichage</value>
</data>
<data name="ViewToolboxCommandText" xml:space="preserve">
<value>Boite à _outils</value>
Expand Down Expand Up @@ -288,7 +288,7 @@
<data name="DocumentDirtyCloseConfirmText" xml:space="preserve">
<value>Le fichier '{0}' a des modifications non enregistrées, voulez vous les sauvegarder?</value>
</data>
<data name="DocumentDirtyCloseConfirmTitle" xml:space="preserve">
<data name="DocumentDirtyCloseConfirmTitle" xml:space="preserve">
<value>Enregistrer les modifications</value>
</data>
</root>
</root>

0 comments on commit 8c72e58

Please sign in to comment.