Skip to content

Commit 19d93f8

Browse files
author
Luis M Torres
committed
wip:
1 parent baf0af7 commit 19d93f8

File tree

7 files changed

+5327
-2824
lines changed

7 files changed

+5327
-2824
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Dima Grossman
3+
Copyright (c) 2024 LuisMDev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

assets/i18n/en.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"TOTAL_ITEMS": "{{items}} items",
3+
"PAGE": "Page",
4+
"OF": "of",
5+
"NO_ITEMS_FOUND": "No items found"
6+
}

assets/i18n/es.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"TOTAL_ITEMS": "{{items}} elementos",
3+
"PAGE": "Página",
4+
"OF": "de",
5+
"NO_ITEMS_FOUND": "No se encontraron items"
6+
}

0 commit comments

Comments
 (0)