diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json new file mode 100644 index 0000000..dd2e1fe --- /dev/null +++ b/_locales/ru/messages.json @@ -0,0 +1,14 @@ +{ + "extensionName": { + "message": "Open in Steam", + "description": "Name of the extension." + }, + "extensionDescription": { + "message": "Добавляет кнопку на сайтах Steam, которая открывает страницу в клиенте Steam.", + "description": "Description of the extension." + }, + "steamButtonText" : { + "message": "Открыть в Steam", + "description": "Text of the Button" + } +}