forked from Shinonome/dots-hyprland
settings: extend japenis/roman ws numbers
This commit is contained in:
@@ -318,17 +318,17 @@ ContentPage {
|
|||||||
{
|
{
|
||||||
displayName: Translation.tr("Normal"),
|
displayName: Translation.tr("Normal"),
|
||||||
icon: "timer_10",
|
icon: "timer_10",
|
||||||
value: '["1","2","3","4","5","6","7","8","9","10"]'
|
value: '[]'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Japanese"),
|
displayName: Translation.tr("Japanese"),
|
||||||
icon: "square_dot",
|
icon: "square_dot",
|
||||||
value: '["一","二","三","四","五","六","七","八","九","十"]'
|
value: '["一","二","三","四","五","六","七","八","九","十","十一","十二","十三","十四","十五","十六","十七","十八","十九","二十"]'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: Translation.tr("Roman"),
|
displayName: Translation.tr("Roman"),
|
||||||
icon: "account_balance",
|
icon: "account_balance",
|
||||||
value: '["I","II","III","IV","V","VI","VII","VIII","IX","X"]'
|
value: '["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII","XIII","XIV","XV","XVI","XVII","XVIII","XIX","XX"]'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user