Ensure locale is taken into account by paparazzi.
This commit is contained in:
parent
1d65cc90db
commit
f42455cbb5
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class S {
|
|||
paparazzi.unsafeUpdateConfig(
|
||||
deviceConfig = baseDeviceConfig.deviceConfig.copy(
|
||||
softButtons = false,
|
||||
locale = localeStr,
|
||||
nightMode = componentTestPreview.isNightMode().let {
|
||||
when (it) {
|
||||
true -> NightMode.NIGHT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue