ibus-table-others/ibus-table-others-1.3.0.20100907-status-prompt-ukrainian-and-russian-unique.patch

41 lines
1.3 KiB
Diff
Raw Normal View History

From 0d3d5a4bee836c7338ba4140415e672959f1e507 Mon Sep 17 00:00:00 2001
From: Daniil Ivanov <daniil.ivanov@gmail.com>
Date: Fri, 7 Sep 2012 17:08:49 +0300
Subject: [PATCH 1/2] Change status prompt for Ukrainian and Russian
transliteration tables to make it unique
---
tables/translit-ua.txt | 2 +-
tables/translit.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tables/translit-ua.txt b/tables/translit-ua.txt
index 0eeb497..5af3917 100644
--- a/tables/translit-ua.txt
+++ b/tables/translit-ua.txt
@@ -38,7 +38,7 @@ LANGUAGES = uk_UA
AUTHOR = Daniil Ivanov <daniil.ivanov@gmail.com>
### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Ua
+STATUS_PROMPT = Yi
### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts.
KEYBOARD_LAYOUT = Unknown
diff --git a/tables/translit.txt b/tables/translit.txt
index 9b4754b..11d6425 100644
--- a/tables/translit.txt
+++ b/tables/translit.txt
@@ -36,7 +36,7 @@ LANGUAGES = ru_RU
AUTHOR = Daniil Ivanov <daniil.ivanov@gmail.com>
### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Я
+STATUS_PROMPT = Ya
### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts.
KEYBOARD_LAYOUT = Unknown
--
1.7.11.4