Skip to content

Commit

Permalink
fix: locales keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 27, 2023
1 parent e8a856a commit 9072ea2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__MSG_APP_NAME__": {
"APP_NAME": {
"message": "YouTube next chapter button"
},
"__MSG_APP_DESCRIPTION__": {
"APP_DESCRIPTION": {
"message": "Adds a button to the YouTube player to fast-forward to the next section of the video"
}
}
4 changes: 2 additions & 2 deletions src/_locales/pl/messages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__MSG_APP_NAME__": {
"APP_NAME": {
"message": "Przycisk następnego rozdziału YouTube"
},
"__MSG_APP_DESCRIPTION__": {
"APP_DESCRIPTION": {
"message": "Dodaje do odtwarzacza YouTube przycisk umożliwiający szybkie przewijanie do następnego rozdziału filmu."
}
}
4 changes: 2 additions & 2 deletions src/_locales/sp/messages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__MSG_APP_NAME__": {
"APP_NAME": {
"message": "Botón de siguiente capítulo de YouTube"
},
"__MSG_APP_DESCRIPTION__": {
"APP_DESCRIPTION": {
"message": "Añade un botón al reproductor de YouTube para avanzar rápidamente al siguiente capítulo de un vídeo."
}
}
4 changes: 2 additions & 2 deletions src/_locales/uk/messages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__MSG_APP_NAME__": {
"APP_NAME": {
"message": "YouTube кнопка наступного розділу"
},
"__MSG_APP_DESCRIPTION__": {
"APP_DESCRIPTION": {
"message": "Додає до плеєра YouTube кнопку для швидкої перемотки до наступного розділу відео."
}
}

0 comments on commit 9072ea2

Please sign in to comment.