Skip to content

Commit

Permalink
Change default language from french to english (#144)
Browse files Browse the repository at this point in the history
* add LocalizationTests

* set english as default language

* update readme.md
  • Loading branch information
bNobo authored Jul 28, 2024
1 parent 6c15d90 commit dc4c928
Show file tree
Hide file tree
Showing 16 changed files with 322 additions and 230 deletions.
Binary file added Captures/create_new_file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Captures/create_pull_request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Captures/fork_this_repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Captures/propose_changes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Captures/pull_request_opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Captures/value.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions NeedABreak.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
contributing.md = contributing.md
LICENSE = LICENSE
publishing.md = publishing.md
readme.md = readme.md
EndProjectSection
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "NeedABreakPackagingProject", "NeedABreakPackagingProject\NeedABreakPackagingProject.wapproj", "{8F9BFBCB-0348-4FA4-A1F3-23F6FD50E773}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeedABreakTests", "NeedABreakTests\NeedABreakTests.csproj", "{05FCFABB-2A53-4D78-852D-74A27205CFB3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeedABreakTests", "NeedABreakTests\NeedABreakTests.csproj", "{05FCFABB-2A53-4D78-852D-74A27205CFB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -84,8 +86,8 @@ Global
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|x64.ActiveCfg = Debug|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|x64.Build.0 = Debug|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|x86.Build.0 = Debug|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|x86.ActiveCfg = Debug|x86
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Debug|x86.Build.0 = Debug|x86
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Release|Any CPU.Build.0 = Release|Any CPU
{05FCFABB-2A53-4D78-852D-74A27205CFB3}.Release|x64.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 2 additions & 0 deletions NeedABreak/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ You should have received a copy of the GNU General Public License
using NeedABreak.Utils;
using System;
using System.Configuration;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using System.Timers;
using System.Windows;

[assembly:InternalsVisibleTo("NeedABreakTests")]
namespace NeedABreak
{
/// <summary>
Expand Down
Loading

0 comments on commit dc4c928

Please sign in to comment.