Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default language from french to english #144

Merged
merged 5 commits into from
Jul 28, 2024
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
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