From d06b60c950853f6d3074eafb7363d5de8eae6056 Mon Sep 17 00:00:00 2001 From: antrohoosclubs Date: Thu, 16 Oct 2025 12:04:02 +0400 Subject: [PATCH] Create hyw I'm creating the new language translation file for Western Armenian, which is totally different from Eastern Armenian and more than 6 mln people are writing and speaking it. After the first commit, I'll add/edit to have the ful translation --- editor/blocks/hyw | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 editor/blocks/hyw diff --git a/editor/blocks/hyw b/editor/blocks/hyw new file mode 100644 index 000000000..15f46ba5b --- /dev/null +++ b/editor/blocks/hyw @@ -0,0 +1,6 @@ +{ + "CONTROL_FOREVER": "անվերջ", + "CONTROL_REPEAT": "կրկնէ %1", + "CONTROL_IF": "եթէ %1 ապա", + "CONTROL_ELSE": "այլապէս", +}