From 48ea548fb2e411ea617e36552d1e23452fa57794 Mon Sep 17 00:00:00 2001 From: polluks Date: Mon, 16 Aug 2010 00:55:22 +0000 Subject: [PATCH] typography git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34166 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/locale/languages/russian.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workbench/locale/languages/russian.c b/workbench/locale/languages/russian.c index b9ae915f17..52917021df 100644 --- a/workbench/locale/languages/russian.c +++ b/workbench/locale/languages/russian.c @@ -23,8 +23,8 @@ #define LANGSTR "russian" /* String version of above */ #define LANGVER 41 /* Version number of language */ -#define LANGREV 0 /* Revision number of language */ -#define LANGTAG "\0$VER: russian.language 41.0 (11.05.2006)" +#define LANGREV 1 /* Revision number of language */ +#define LANGTAG "\0$VER: russian.language 41.1 (16.08.2010)" AROS_LD1(STRPTR, getlangstring, AROS_LHA(ULONG, id, D0), @@ -300,10 +300,10 @@ const STRPTR __russian_strings[] = /* AM/PM strings AM 0000 -> 1159, PM 1200 -> 2359 */ "am", "pm", /* Soft and hard hyphens */ - "-", "-", + "\xAD", "-", /* Open and close quotes */ - "\"", "\"", + "\xAB", "\xBB", /* Days: But not actual day names Yesterday - the day before the current -- 2.11.4.GIT