一些界面对缅甸语的适配
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m19s

This commit is contained in:
TJH 2026-06-29 14:56:08 +08:00
parent 056884058b
commit 112de1e23e
3 changed files with 37 additions and 37 deletions

View File

@ -2032,8 +2032,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0.000500000000000167,
"y": 169.184,
"x": 0,
"y": 140,
"z": 0
},
"_lrot": {
@ -2073,13 +2073,13 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 197.8125,
"height": 50.4
"width": 260,
"height": 56.7
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
"y": 0
},
"_id": ""
},
@ -2115,8 +2115,8 @@
"_actualFontSize": 40,
"_fontSize": 40,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_lineHeight": 45,
"_overflow": 3,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
@ -2527,7 +2527,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 131.689453125,
"width": 200,
"height": 50.4
},
"_anchorPoint": {
@ -2570,8 +2570,8 @@
"_fontSize": 30,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_enableWrapText": false,
"_overflow": 3,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
"_spacingX": 0,
@ -3026,8 +3026,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0.000500000000000167,
"y": 169.184,
"x": 0,
"y": 140,
"z": 0
},
"_lrot": {
@ -3067,13 +3067,13 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 197.8125,
"height": 50.4
"width": 260,
"height": 56.7
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
"y": 0
},
"_id": ""
},
@ -3109,8 +3109,8 @@
"_actualFontSize": 40,
"_fontSize": 40,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_lineHeight": 45,
"_overflow": 3,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
@ -3521,8 +3521,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 131.689453125,
"height": 50.4
"width": 200,
"height": 90.39999999999999
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@ -3557,15 +3557,15 @@
"b": 255,
"a": 255
},
"_string": "Thrill Play",
"_string": "စိတ်လှုပ်ရှားဖွယ်ကစားနည်း",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 30,
"_fontSize": 30,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_enableWrapText": false,
"_overflow": 3,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
"_spacingX": 0,
@ -4020,8 +4020,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0.000500000000000167,
"y": 169.184,
"x": 0,
"y": 140,
"z": 0
},
"_lrot": {
@ -4061,13 +4061,13 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 197.8125,
"height": 50.4
"width": 260,
"height": 56.7
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
"y": 0
},
"_id": ""
},
@ -4103,8 +4103,8 @@
"_actualFontSize": 40,
"_fontSize": 40,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_lineHeight": 45,
"_overflow": 3,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
@ -4515,7 +4515,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 131.689453125,
"width": 200,
"height": 50.4
},
"_anchorPoint": {
@ -4558,8 +4558,8 @@
"_fontSize": 30,
"_fontFamily": "Arial",
"_lineHeight": 40,
"_overflow": 0,
"_enableWrapText": false,
"_overflow": 3,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
"_spacingX": 0,

View File

@ -12217,7 +12217,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 155.625,
"width": 200,
"height": 75.6
},
"_anchorPoint": {
@ -12254,13 +12254,13 @@
"a": 255
},
"_string": "Transaction",
"_horizontalAlign": 0,
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 30,
"_actualFontSize": 31,
"_fontSize": 30,
"_fontFamily": "Arial",
"_lineHeight": 60,
"_overflow": 0,
"_overflow": 2,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,

View File

@ -30,7 +30,7 @@ export function getHistoryUrl() {
}
export function getLanguage() {
// return 'my';
// return 'th';
return language;
}