This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format DateTime in accordance to Mokk's locale
Support for locales beyond en_US is now supported (locales pulled from glibc, see: https://sources.debian.org/src/glibc/2.31-4/localedata/locales/) experimentally (see also: chronotope/chrono#453)
- Loading branch information
Emil Sayahi
committed
Nov 9, 2020
1 parent
9d48596
commit c73f25c
Showing
7 changed files
with
35 additions
and
27 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,5 @@ jobs: | |
run: | | ||
git config --global user.name 'Dokkoo' | ||
git config --global user.email '[email protected]' | ||
git diff --quiet && git diff --staged --quiet || git commit -am "Automatic Rust styleguide enforcement" | ||
git diff --quiet && git diff --staged --quiet || git commit -am "Automatically enforce Rust styleguide" | ||
git push |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters