From 3185d4cc4cb43d4987e5a9536a62ab4ced77313a Mon Sep 17 00:00:00 2001 From: zowue Date: Sun, 5 Apr 2026 03:57:07 +0300 Subject: [PATCH] feat(poc): Update test messages with internationalization support --- code/poc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/poc.py b/code/poc.py index ad8f2b6..a22398d 100644 --- a/code/poc.py +++ b/code/poc.py @@ -339,7 +339,7 @@ async def run_full_test(): test_messages = [ "Hello OlcRTC!", - "Test message 2", + "я всего лиш хотел дружить зачем тролякатся", "X" * 100, "Final test" ]