aboutsummaryrefslogtreecommitdiff
path: root/src/locale.rs
Commit message (Collapse)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
| | | | | The crate containing the entry point is called alacritty, and the crate containing everything else is called alacritty_terminal.
* Add rustfmt style guideChristian Duerr2019-03-30
|
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
|
* Fix style issuesMatthias Krüger2018-09-17
|
* Move to cargo clippyChristian Duerr2018-06-17
| | | | | | | | | | | | | | Using clippy as a library has been deprecated, instead the `cargo clippy` command should be used instead. To comply with this change clippy has been removed from the `Cargo.toml` and is now installed with cargo when building in CI. This has also lead to a few new clippy issues to show up, this includes everything in the `font` subdirectory. This has been fixed and `font` should now be covered by clippy CI too. This also upgrades all dependencies, as a result this fixes #1341 and this fixes #1344.
* Fix locale_id for older versions of OS X (<= 10.11)Bradford Boyle2018-05-25
| | | This fixes a regression introduced in https://github.com/jwilm/alacritty/pull/1087/files#diff-5ffadea12561d6964b05ac2a0b8e388fL33.
* handle older macOS versionsJoe Moon2018-05-14
| | | | | | add logic to fallback to `localeIdentifier` if `currentLocale.languageCode` and `currentLocale.countryCode` are not available.
* macos: add check for valid localeJoe Moon2018-05-14
|
* remove commented out lineJoe Moon2018-05-14
|
* Set $LANG env var using languageCode, countryCodeJoe Moon2018-05-14
| | | | | | fixes #933 Using logic from https://github.com/gnachman/iTerm2/blob/79aff4d59fd591e7628649bcabe5f27541740bf6/sources/PTYSession.m#L1703
* macOS: fixes segfault on nightlyJoe Moon2018-04-27
| | | | fixes #1264
* Remove the launcher and set the locale/current directory in alacritty (#879)Theodore Dubois2017-12-13