mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Bulk Manage Applications, Download Clients
Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user