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

feat: Add a possibility to change locale settings without restarting the Simulator #307

Merged
merged 2 commits into from
May 6, 2021

Conversation

mykola-mokhnach
Copy link
Contributor

The idea is similar to #298 except of Simulator has its own defaults tool, which could be triggered via simctl spawn

@@ -64,6 +64,18 @@ describe('defaults-utils', function () {
]);
});

it('could properly generate command args for value types with replacement', function () {
generateDefaultsCommandArgs({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, great to find

},
locale: {
name: 'en_US',
calendar: 'gregorian',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome...
Btw, non-gregorian like japanese one is a typical calendar type which cause issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants