Skip to content

Commit f07d092

Browse files
committed
Replace '<3' with '❤️' in translations
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.
1 parent 2392f04 commit f07d092

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

internal/web/translation/ar-EG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "إلغاء",
77
"close": "إغلاق",
88
"save": "حفظ",
9-
"logout": "تسجيل خروج <3",
9+
"logout": "تسجيل خروج ❤️",
1010
"create": "إنشاء",
1111
"add": "إضافة",
1212
"remove": "إزالة",

internal/web/translation/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "Cancel",
77
"close": "Close",
88
"save": "Save",
9-
"logout": "Log Out <3",
9+
"logout": "Log Out ❤️",
1010
"create": "Create",
1111
"add": "Add",
1212
"remove": "Remove",

internal/web/translation/es-ES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "Cancelar",
77
"close": "Cerrar",
88
"save": "Guardar",
9-
"logout": "Cerrar Sesión <3",
9+
"logout": "Cerrar Sesión ❤️",
1010
"create": "Crear",
1111
"add": "Añadir",
1212
"remove": "Quitar",

internal/web/translation/fa-IR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "انصراف",
77
"close": "بستن",
88
"save": "ذخیره",
9-
"logout": "خروج <3",
9+
"logout": "خروج ❤️",
1010
"create": "ایجاد",
1111
"add": "افزودن",
1212
"remove": "حذف",

internal/web/translation/id-ID.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "Batal",
77
"close": "Tutup",
88
"save": "Simpan",
9-
"logout": "Keluar <3",
9+
"logout": "Keluar ❤️",
1010
"create": "Buat",
1111
"add": "Tambah",
1212
"remove": "Hapus",

internal/web/translation/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "キャンセル",
77
"close": "閉じる",
88
"save": "保存",
9-
"logout": "ログアウト <3",
9+
"logout": "ログアウト ❤️",
1010
"create": "作成",
1111
"add": "追加",
1212
"remove": "削除",

internal/web/translation/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "Cancelar",
77
"close": "Fechar",
88
"save": "Salvar",
9-
"logout": "Sair <3",
9+
"logout": "Sair ❤️",
1010
"create": "Criar",
1111
"add": "Adicionar",
1212
"remove": "Remover",

internal/web/translation/ru-RU.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "Отмена",
77
"close": "Закрыть",
88
"save": "Сохранить",
9-
"logout": "Выход <3",
9+
"logout": "Выход ❤️",
1010
"create": "Создать",
1111
"add": "Добавить",
1212
"remove": "Удалить",

internal/web/translation/tr-TR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "İptal",
77
"close": "Kapat",
88
"save": "Kaydet",
9-
"logout": "Çıkış Yap <3",
9+
"logout": "Çıkış Yap ❤️",
1010
"create": "Oluştur",
1111
"add": "Ekle",
1212
"remove": "Kaldır",

internal/web/translation/uk-UA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cancel": "Скасувати",
77
"close": "Закрити",
88
"save": "Зберегти",
9-
"logout": "Вийти <3",
9+
"logout": "Вийти ❤️",
1010
"create": "Створити",
1111
"add": "Додати",
1212
"remove": "Видалити",

0 commit comments

Comments
 (0)