mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix issues with some locale texts
This commit is contained in:
parent
62b4bcf724
commit
a8baad4877
File diff suppressed because it is too large
Load Diff
@ -372,6 +372,18 @@
|
||||
"!icon/action_emoji|!code/action_emoji",
|
||||
"!icon/action_undo|!code/action_undo",
|
||||
"!icon/action_redo|!code/action_redo"
|
||||
],
|
||||
"emoji_action_key_navigation": [
|
||||
"!fixedColumnOrder!4",
|
||||
"!needsDividers!",
|
||||
"!icon/action_switch_language|!code/action_switch_language",
|
||||
"!icon/action_text_edit|!code/action_text_edit",
|
||||
"!icon/action_clipboard_history|!code/action_clipboard_history",
|
||||
"!icon/action_emoji|!code/action_emoji",
|
||||
"!icon/previous_key|!code/key_action_previous",
|
||||
"!icon/next_key|!code/key_action_next",
|
||||
"!icon/action_undo|!code/action_undo",
|
||||
"!icon/action_redo|!code/action_redo"
|
||||
]
|
||||
},
|
||||
"label": {
|
||||
|
@ -2,13 +2,34 @@
|
||||
"locale": "bn_BD",
|
||||
"morekeys": {},
|
||||
"keyspec": {
|
||||
"currency": "৳"
|
||||
"currency": "৳",
|
||||
"symbols_0": "০",
|
||||
"symbols_1": "১",
|
||||
"symbols_2": "২",
|
||||
"symbols_3": "৩",
|
||||
"symbols_4": "৪",
|
||||
"symbols_5": "৫",
|
||||
"symbols_6": "৬",
|
||||
"symbols_7": "৭",
|
||||
"symbols_8": "৮",
|
||||
"symbols_9": "৯"
|
||||
},
|
||||
"label": {},
|
||||
"keylabel": {
|
||||
"to_alpha": "কখগ"
|
||||
},
|
||||
"keyhintlabel": {},
|
||||
"additional_morekeys": {},
|
||||
"additional_morekeys": {
|
||||
"symbols_0": "0",
|
||||
"symbols_1": "1",
|
||||
"symbols_2": "2",
|
||||
"symbols_3": "3",
|
||||
"symbols_4": "4",
|
||||
"symbols_5": "5",
|
||||
"symbols_6": "6",
|
||||
"symbols_7": "7",
|
||||
"symbols_8": "8",
|
||||
"symbols_9": "9"
|
||||
},
|
||||
"other": {}
|
||||
}
|
@ -67,7 +67,7 @@
|
||||
],
|
||||
"punctuation": [
|
||||
"!autoColumnOrder!9",
|
||||
"\\",
|
||||
"\\\\",
|
||||
"?",
|
||||
"!",
|
||||
"·",
|
||||
@ -87,7 +87,7 @@
|
||||
],
|
||||
"tablet_punctuation": [
|
||||
"!autoColumnOrder!8",
|
||||
"\\",
|
||||
"\\\\",
|
||||
"'",
|
||||
"·",
|
||||
"#",
|
||||
|
@ -66,7 +66,7 @@
|
||||
],
|
||||
"punctuation": [
|
||||
"!autoColumnOrder!9",
|
||||
"\\",
|
||||
"\\\\",
|
||||
"?",
|
||||
"!",
|
||||
"#",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"morekeys": {
|
||||
"period": [
|
||||
"!autoColumnOrder!9",
|
||||
"\\",
|
||||
"\\\\",
|
||||
".",
|
||||
"?",
|
||||
"!",
|
||||
@ -23,7 +23,7 @@
|
||||
],
|
||||
"tablet_period": [
|
||||
"!autoColumnOrder!8",
|
||||
"\\",
|
||||
"\\\\",
|
||||
".",
|
||||
"'",
|
||||
"#",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"morekeys": {
|
||||
"punctuation": [
|
||||
"!autoColumnOrder!8",
|
||||
"\\",
|
||||
"\\,",
|
||||
"՞",
|
||||
"՜",
|
||||
".",
|
||||
@ -36,7 +36,8 @@
|
||||
"comma": "՝",
|
||||
"tablet_comma": "՝",
|
||||
"period": "։",
|
||||
"tablet_period": "։"
|
||||
"tablet_period": "։",
|
||||
"currency": "֏"
|
||||
},
|
||||
"label": {},
|
||||
"keylabel": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"period": [
|
||||
"!autoColumnOrder!9",
|
||||
".",
|
||||
"\\",
|
||||
"\\\\",
|
||||
"?",
|
||||
"!",
|
||||
"#",
|
||||
@ -24,7 +24,7 @@
|
||||
"tablet_period": [
|
||||
"!autoColumnOrder!8",
|
||||
".",
|
||||
"\\",
|
||||
"\\\\",
|
||||
"'",
|
||||
"#",
|
||||
")",
|
||||
|
Loading…
Reference in New Issue
Block a user