From a84df68661ade319223b62728aaac64553826172 Mon Sep 17 00:00:00 2001 From: Andole Date: Fri, 14 Jun 2019 22:40:31 +0500 Subject: [PATCH 1/2] Russian translation --- _locales/ru/messages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _locales/ru/messages.json diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json new file mode 100644 index 0000000..7c38e82 --- /dev/null +++ b/_locales/ru/messages.json @@ -0,0 +1,14 @@ +{ + "extensionName": { + "message": "Открыть в Steam", + "description": "Name of the extension." + }, + "extensionDescription": { + "message": "Добавляет кнопку на сайтах Steam, которая открывает страницу в клиенте Steam.", + "description": "Description of the extension." + }, + "steamButtonText" : { + "message": "Открыть в Steam", + "description": "Text of the Button" + } +} \ No newline at end of file From 8cb3a39779d1b87c253af4d9693ff18265ea0e28 Mon Sep 17 00:00:00 2001 From: shinrax2 Date: Fri, 14 Jun 2019 19:48:18 +0200 Subject: [PATCH 2/2] Update messages.json --- _locales/ru/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 7c38e82..dd2e1fe 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -1,6 +1,6 @@ { "extensionName": { - "message": "Открыть в Steam", + "message": "Open in Steam", "description": "Name of the extension." }, "extensionDescription": { @@ -11,4 +11,4 @@ "message": "Открыть в Steam", "description": "Text of the Button" } -} \ No newline at end of file +}