feat: new-locale #19
No reviewers
Labels
No labels
bug
duplicate
enhancement
fix
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xinux/modules!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "new-locale"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let me cook, I'm testing!
@bahrom04 so, where are you guys defining the defaultLocale setting? modules.nix? any examples so I can catch up with my old config?
looked up at xeonitte for clues and advanced template does that at modules.nix whereas basic one still does that in default.nix. i'm confused.
oopsie, i forgot that i don't use new settings app and bound to modules for a while. leaving as is till settings app becomes viable for use.
ready!
WIP: new-locale (for the love of god, please don't merge unless i say it's ready!)to new-locale (for the love of god, please don't merge unless i say it's ready!)new-locale (for the love of god, please don't merge unless i say it's ready!)to feat: new-localetrust me bro, it werks!

@orzklv I think i found a bug. On basic installation it have
[@LOCALE@](https://git.oss.uzinfocom.uz/xinux/xeonitte/src/branch/main/config/basic/systems/ARCH/HOSTNAME/default.nix#L17)placeholder but it lacks on advansed mode 🤔@ -14,0 +25,4 @@];visible = false;warn = true;use = warnIf (oldestSupportedReleaseIsAtLeast 2511) "Obsolete option `${showOption from}' is used. It was replaced to `${showOption to}'.";"Obsolete option
${showOption from}' is used. It was replaced to${showOption to}'."this needs to be written something like that:
option modules.xinux.language is deprecated, please use i18n.defaultLocale in system/x86_64-linux/xinux/default.nix instead.
mentioning configuration.nix file path is very important for settings app