Skip to content

Commit

Permalink
fix i18n index
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jan 29, 2025
1 parent 58afa87 commit feb16b6
Show file tree
Hide file tree
Showing 10 changed files with 110,801 additions and 320 deletions.
2,480 changes: 2,479 additions & 1 deletion lib/icons.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/metro.all.css

This file was deleted.

251 changes: 0 additions & 251 deletions lib/metro.all.js

This file was deleted.

71,182 changes: 71,181 additions & 1 deletion lib/metro.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lib/metro.css.map

Large diffs are not rendered by default.

37,180 changes: 37,121 additions & 59 deletions lib/metro.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions lib/metro.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/components/activity/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

return Metro.dialog.create({
content: activity + text,
defaultAction: false,
defaultActions: false,
clsContent: "d-flex flex-column flex-justify-center flex-align-center bg-transparent no-shadow w-auto",
clsDialog: "no-border no-shadow bg-transparent global-dialog",
autoHide: o.autoHide ? o.autoHide : 0,
Expand Down
7 changes: 4 additions & 3 deletions source/components/page-control/pagecontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,16 +559,17 @@
<input type="text" data-role="input" value="${caption.text()}">
</form>
`,
actions: [
defaultActions: false,
customButtons: [
{
caption: that.strings.label_ok,
text: that.strings.label_ok,
cls: "js-dialog-close info",
onclick: function (dlg) {
that.setupTab(tab, "caption", dlg.find("input").val());
},
},
{
caption: that.strings.label_cancel,
text: that.strings.label_cancel,
cls: "js-dialog-close",
},
],
Expand Down
4 changes: 1 addition & 3 deletions source/i18n/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @format */

import "./en.js";
import "./ua.js";
import "./pt-BR.js";
import "es-ES.js";
import "./es-ES.js";

0 comments on commit feb16b6

Please # to comment.