Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TRANSLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ This document shows the translation status of each locale file in the repository

</details>

### ![el__GR](https://img.shields.io/badge/el__GR-%E2%88%9A-brightgreen)

### ![es__ES](https://img.shields.io/badge/es__ES-%E2%88%9A-brightgreen)

### ![fr__FR](https://img.shields.io/badge/fr__FR-98.90%25-yellow)
Expand Down
1 change: 1 addition & 0 deletions src/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</ResourceDictionary.MergedDictionaries>

<ResourceInclude x:Key="de_DE" Source="/Resources/Locales/de_DE.axaml"/>
<ResourceInclude x:Key="el_GR" Source="/Resources/Locales/el_GR.axaml"/>
<ResourceInclude x:Key="en_US" Source="/Resources/Locales/en_US.axaml"/>
<ResourceInclude x:Key="fr_FR" Source="/Resources/Locales/fr_FR.axaml"/>
<ResourceInclude x:Key="he_IL" Source="/Resources/Locales/he_IL.axaml"/>
Expand Down
1 change: 1 addition & 0 deletions src/Models/Locales.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class Locale

public static readonly List<Locale> Supported = new List<Locale>() {
new Locale("Deutsch", "de_DE"),
new Locale("Ελληνικά", "el_GR"),
new Locale("English", "en_US"),
new Locale("Español", "es_ES"),
new Locale("Français", "fr_FR"),
Expand Down
Loading