New: Bulk Manage Applications, Download Clients

Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
Bogdan
2023-07-16 19:47:59 +03:00
parent f7c135faaf
commit f436d730fe
123 changed files with 4076 additions and 223 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export function fetchTranslations() {
});
}
export default function translate(key, args) {
export default function translate(key, args = []) {
const translation = translations[key] || key;
if (args) {