Skip to content

Commit

Permalink
fix: favicion
Browse files Browse the repository at this point in the history
  • Loading branch information
romanrostislavovich committed Dec 30, 2020
1 parent 57e62af commit 1848ee6
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"PAGES.APPLICATION_SETTINGS.DIALOG_LANGUAGES": "Languages",
"PAGES.APPLICATION_SETTINGS.DIALOG_TITLE": "Application Settings",
"PAGES.PROJECT.ADD_PROJECT": "Add project ",
"PAGES.PROJECT.LANGUAGES_PATH": "Languages Path",
"PAGES.PROJECT.PROJECT_NAME": "Project Name",
Expand All @@ -15,4 +17,4 @@
"PAGES.PROJECT_ITEM.OPEN_LANGUAGES_FOLDER": "Open Languages Folder",
"SHARED.BUTTONS.SAVE": "Save",
"SHARED.BUTTONS.CANCEL": "Cancel"
}
}
2 changes: 2 additions & 0 deletions src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"PAGES.APPLICATION_SETTINGS.DIALOG_LANGUAGES": "Языки",
"PAGES.APPLICATION_SETTINGS.DIALOG_TITLE": "Настройки программы",
"PAGES.PROJECT.ADD_PROJECT": "Добавить проект",
"PAGES.PROJECT.LANGUAGES_PATH": "Путь к переводам",
"PAGES.PROJECT.PROJECT_NAME": "Название проекта",
Expand Down
Binary file modified src/assets/icons/favicon.256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/favicon.512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/icons/favicon.icns
Binary file not shown.
Binary file modified src/assets/icons/favicon.ico
Binary file not shown.
Binary file modified src/assets/icons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/favicon.icns
Binary file not shown.
Binary file modified src/favicon.ico
Binary file not shown.
Binary file modified src/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>NGX-TRANSLATE-LINT</title>
<title>NGX-TRANSLATE-EDITOR</title>
<base href="">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 1848ee6

Please sign in to comment.