From d71cfcd0d74bd3b7e81c68ac6197d655d86cccf7 Mon Sep 17 00:00:00 2001 From: xenticore Date: Thu, 24 Apr 2025 17:35:04 -0400 Subject: [PATCH] lint: change export style in localization files --- src/strings/ar.js | 2 +- src/strings/cs.js | 2 +- src/strings/da.js | 2 +- src/strings/de.js | 2 +- src/strings/en.js | 2 +- src/strings/es.js | 2 +- src/strings/fi.js | 2 +- src/strings/fr.js | 2 +- src/strings/hu.js | 2 +- src/strings/it.js | 2 +- src/strings/ja.js | 2 +- src/strings/ko.js | 2 +- src/strings/nl.js | 2 +- src/strings/no.js | 2 +- src/strings/pl.js | 2 +- src/strings/pt-BR.js | 2 +- src/strings/pt.js | 2 +- src/strings/ro.js | 2 +- src/strings/ru.js | 2 +- src/strings/sv.js | 2 +- src/strings/tr.js | 2 +- src/strings/zh-Hans.js | 2 +- src/strings/zh-Hant.js | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/strings/ar.js b/src/strings/ar.js index 485fd95..514a049 100644 --- a/src/strings/ar.js +++ b/src/strings/ar.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/cs.js b/src/strings/cs.js index 485fd95..514a049 100644 --- a/src/strings/cs.js +++ b/src/strings/cs.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/da.js b/src/strings/da.js index 485fd95..514a049 100644 --- a/src/strings/da.js +++ b/src/strings/da.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/de.js b/src/strings/de.js index 485fd95..514a049 100644 --- a/src/strings/de.js +++ b/src/strings/de.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/en.js b/src/strings/en.js index 485fd95..514a049 100644 --- a/src/strings/en.js +++ b/src/strings/en.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/es.js b/src/strings/es.js index 112bb59..b41fb6b 100644 --- a/src/strings/es.js +++ b/src/strings/es.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "Ver ofertas en %@", diff --git a/src/strings/fi.js b/src/strings/fi.js index 485fd95..514a049 100644 --- a/src/strings/fi.js +++ b/src/strings/fi.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/fr.js b/src/strings/fr.js index 485fd95..514a049 100644 --- a/src/strings/fr.js +++ b/src/strings/fr.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/hu.js b/src/strings/hu.js index 485fd95..514a049 100644 --- a/src/strings/hu.js +++ b/src/strings/hu.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/it.js b/src/strings/it.js index 4d070d7..7cd41be 100644 --- a/src/strings/it.js +++ b/src/strings/it.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "Voir les offres sur %@", diff --git a/src/strings/ja.js b/src/strings/ja.js index 1fa3eab..df06436 100644 --- a/src/strings/ja.js +++ b/src/strings/ja.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "%@で検索結果を見る", diff --git a/src/strings/ko.js b/src/strings/ko.js index 485fd95..514a049 100644 --- a/src/strings/ko.js +++ b/src/strings/ko.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/nl.js b/src/strings/nl.js index 485fd95..514a049 100644 --- a/src/strings/nl.js +++ b/src/strings/nl.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/no.js b/src/strings/no.js index 485fd95..514a049 100644 --- a/src/strings/no.js +++ b/src/strings/no.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/pl.js b/src/strings/pl.js index 485fd95..514a049 100644 --- a/src/strings/pl.js +++ b/src/strings/pl.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/pt-BR.js b/src/strings/pt-BR.js index 485fd95..514a049 100644 --- a/src/strings/pt-BR.js +++ b/src/strings/pt-BR.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/pt.js b/src/strings/pt.js index 485fd95..514a049 100644 --- a/src/strings/pt.js +++ b/src/strings/pt.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/ro.js b/src/strings/ro.js index 485fd95..514a049 100644 --- a/src/strings/ro.js +++ b/src/strings/ro.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/ru.js b/src/strings/ru.js index f5b9a54..a46cdbe 100644 --- a/src/strings/ru.js +++ b/src/strings/ru.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "Просмотреть объявления на %@", diff --git a/src/strings/sv.js b/src/strings/sv.js index 485fd95..514a049 100644 --- a/src/strings/sv.js +++ b/src/strings/sv.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/tr.js b/src/strings/tr.js index 485fd95..514a049 100644 --- a/src/strings/tr.js +++ b/src/strings/tr.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/zh-Hans.js b/src/strings/zh-Hans.js index 485fd95..514a049 100644 --- a/src/strings/zh-Hans.js +++ b/src/strings/zh-Hans.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@", diff --git a/src/strings/zh-Hant.js b/src/strings/zh-Hant.js index 485fd95..514a049 100644 --- a/src/strings/zh-Hant.js +++ b/src/strings/zh-Hant.js @@ -1,4 +1,4 @@ -module.exports = { +export default { // Generic button text, %@ is always a URL (eg. backpack.tf) "View listings on %@": "View listings on %@",