From f07d092af01523abb8ac0e15b7565126d3ef2e8d Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 22 Jun 2026 16:07:36 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20'<3'=20with=20'=E2=9D=A4=EF=B8=8F'=20?= =?UTF-8?q?in=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace ASCII heart "<3" with Unicode heart emoji "❤️" in logout strings across translation files to improve visual consistency and rendering. Updated files in internal/web/translation for: ar-EG, en-US, es-ES, fa-IR, id-ID, ja-JP, pt-BR, ru-RU, tr-TR, uk-UA, vi-VN, zh-CN, and zh-TW. --- internal/web/translation/ar-EG.json | 2 +- internal/web/translation/en-US.json | 2 +- internal/web/translation/es-ES.json | 2 +- internal/web/translation/fa-IR.json | 2 +- internal/web/translation/id-ID.json | 2 +- internal/web/translation/ja-JP.json | 2 +- internal/web/translation/pt-BR.json | 2 +- internal/web/translation/ru-RU.json | 2 +- internal/web/translation/tr-TR.json | 2 +- internal/web/translation/uk-UA.json | 2 +- internal/web/translation/vi-VN.json | 2 +- internal/web/translation/zh-CN.json | 2 +- internal/web/translation/zh-TW.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/internal/web/translation/ar-EG.json b/internal/web/translation/ar-EG.json index 9dbda6785..22720b5c7 100644 --- a/internal/web/translation/ar-EG.json +++ b/internal/web/translation/ar-EG.json @@ -6,7 +6,7 @@ "cancel": "إلغاء", "close": "إغلاق", "save": "حفظ", - "logout": "تسجيل خروج <3", + "logout": "تسجيل خروج ❤️", "create": "إنشاء", "add": "إضافة", "remove": "إزالة", diff --git a/internal/web/translation/en-US.json b/internal/web/translation/en-US.json index 315ecb782..66828a94c 100644 --- a/internal/web/translation/en-US.json +++ b/internal/web/translation/en-US.json @@ -6,7 +6,7 @@ "cancel": "Cancel", "close": "Close", "save": "Save", - "logout": "Log Out <3", + "logout": "Log Out ❤️", "create": "Create", "add": "Add", "remove": "Remove", diff --git a/internal/web/translation/es-ES.json b/internal/web/translation/es-ES.json index e8617204f..ecd28d350 100644 --- a/internal/web/translation/es-ES.json +++ b/internal/web/translation/es-ES.json @@ -6,7 +6,7 @@ "cancel": "Cancelar", "close": "Cerrar", "save": "Guardar", - "logout": "Cerrar Sesión <3", + "logout": "Cerrar Sesión ❤️", "create": "Crear", "add": "Añadir", "remove": "Quitar", diff --git a/internal/web/translation/fa-IR.json b/internal/web/translation/fa-IR.json index b62bf4173..32e7bd86a 100644 --- a/internal/web/translation/fa-IR.json +++ b/internal/web/translation/fa-IR.json @@ -6,7 +6,7 @@ "cancel": "انصراف", "close": "بستن", "save": "ذخیره", - "logout": "خروج <3", + "logout": "خروج ❤️", "create": "ایجاد", "add": "افزودن", "remove": "حذف", diff --git a/internal/web/translation/id-ID.json b/internal/web/translation/id-ID.json index 6a7a3705b..574767dd8 100644 --- a/internal/web/translation/id-ID.json +++ b/internal/web/translation/id-ID.json @@ -6,7 +6,7 @@ "cancel": "Batal", "close": "Tutup", "save": "Simpan", - "logout": "Keluar <3", + "logout": "Keluar ❤️", "create": "Buat", "add": "Tambah", "remove": "Hapus", diff --git a/internal/web/translation/ja-JP.json b/internal/web/translation/ja-JP.json index 8bf5432d5..759637844 100644 --- a/internal/web/translation/ja-JP.json +++ b/internal/web/translation/ja-JP.json @@ -6,7 +6,7 @@ "cancel": "キャンセル", "close": "閉じる", "save": "保存", - "logout": "ログアウト <3", + "logout": "ログアウト ❤️", "create": "作成", "add": "追加", "remove": "削除", diff --git a/internal/web/translation/pt-BR.json b/internal/web/translation/pt-BR.json index 4c5ef8fb6..95faf631a 100644 --- a/internal/web/translation/pt-BR.json +++ b/internal/web/translation/pt-BR.json @@ -6,7 +6,7 @@ "cancel": "Cancelar", "close": "Fechar", "save": "Salvar", - "logout": "Sair <3", + "logout": "Sair ❤️", "create": "Criar", "add": "Adicionar", "remove": "Remover", diff --git a/internal/web/translation/ru-RU.json b/internal/web/translation/ru-RU.json index 79a4ec8b3..6363fe8b2 100644 --- a/internal/web/translation/ru-RU.json +++ b/internal/web/translation/ru-RU.json @@ -6,7 +6,7 @@ "cancel": "Отмена", "close": "Закрыть", "save": "Сохранить", - "logout": "Выход <3", + "logout": "Выход ❤️", "create": "Создать", "add": "Добавить", "remove": "Удалить", diff --git a/internal/web/translation/tr-TR.json b/internal/web/translation/tr-TR.json index 494164165..2cbb4fe31 100644 --- a/internal/web/translation/tr-TR.json +++ b/internal/web/translation/tr-TR.json @@ -6,7 +6,7 @@ "cancel": "İptal", "close": "Kapat", "save": "Kaydet", - "logout": "Çıkış Yap <3", + "logout": "Çıkış Yap ❤️", "create": "Oluştur", "add": "Ekle", "remove": "Kaldır", diff --git a/internal/web/translation/uk-UA.json b/internal/web/translation/uk-UA.json index 3b4784fe6..6b8c47b9a 100644 --- a/internal/web/translation/uk-UA.json +++ b/internal/web/translation/uk-UA.json @@ -6,7 +6,7 @@ "cancel": "Скасувати", "close": "Закрити", "save": "Зберегти", - "logout": "Вийти <3", + "logout": "Вийти ❤️", "create": "Створити", "add": "Додати", "remove": "Видалити", diff --git a/internal/web/translation/vi-VN.json b/internal/web/translation/vi-VN.json index f250e8119..11e1c14fb 100644 --- a/internal/web/translation/vi-VN.json +++ b/internal/web/translation/vi-VN.json @@ -6,7 +6,7 @@ "cancel": "Hủy bỏ", "close": "Đóng", "save": "Lưu", - "logout": "Đăng xuất <3", + "logout": "Đăng xuất ❤️", "create": "Tạo", "add": "Thêm", "remove": "Xóa", diff --git a/internal/web/translation/zh-CN.json b/internal/web/translation/zh-CN.json index 0c781eb45..3d12de3de 100644 --- a/internal/web/translation/zh-CN.json +++ b/internal/web/translation/zh-CN.json @@ -6,7 +6,7 @@ "cancel": "取消", "close": "关闭", "save": "保存", - "logout": "登出 <3", + "logout": "登出 ❤️", "create": "创建", "add": "添加", "remove": "移除", diff --git a/internal/web/translation/zh-TW.json b/internal/web/translation/zh-TW.json index 3a33196a6..ca12cce76 100644 --- a/internal/web/translation/zh-TW.json +++ b/internal/web/translation/zh-TW.json @@ -6,7 +6,7 @@ "cancel": "取消", "close": "關閉", "save": "儲存", - "logout": "登出 <3", + "logout": "登出 ❤️", "create": "建立", "add": "新增", "remove": "移除",