Skip to content

Commit

Permalink
Support japanese locale
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Oct 29, 2024
1 parent 417de45 commit 18b7e18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/locale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
extraLocaleSettings = {
LC_MESSAGES = "en_US.UTF-8";
};
supportedLocales = [
"en_US.UTF-8/UTF-8"
"fi_FI.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
];
};

location.provider = "geoclue2";
Expand Down

0 comments on commit 18b7e18

Please sign in to comment.