mirror of
https://github.com/nilbuild/diffity.git
synced 2026-09-19 07:26:16 +08:00
12 lines
246 B
Diff
12 lines
246 B
Diff
diff --git a/i18n.ts b/i18n.ts
|
|
index 1234567..abcdefg 100644
|
|
--- a/i18n.ts
|
|
+++ b/i18n.ts
|
|
@@ -1,4 +1,5 @@
|
|
export const messages = {
|
|
hello: '你好世界',
|
|
- goodbye: 'さようなら',
|
|
+ goodbye: 'さよなら',
|
|
+ emoji: '🎉🚀✨',
|
|
};
|