Skip to content

Commit

Permalink
top: Fix missing locales
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Jan 10, 2019
1 parent c05d1c9 commit 0977f7b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

- [ ] tests are included
- [ ] documentation is changed or added
- [ ] locales are changed or added
- [ ] commit message follows [commit guidelines](https://github.com/sogehige/sogeBot/blob/master/CONTRIBUTING.md#commit-guidelines)
3 changes: 2 additions & 1 deletion locales/cs/ui.menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"bot": "Bot",
"api": "API",
"polls": "Hlasování",
"manage": "Správa"
"manage": "Správa",
"top": "Top"
}
2 changes: 1 addition & 1 deletion locales/cs/ui/systems/polls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"settings": {
"status": "Status",
"enabled": "Status",
"theme": "Theme",
"hideAfterInactivity": "Skrýt při neaktivitě",
"align": "Zarovnání",
Expand Down
5 changes: 5 additions & 0 deletions locales/cs/ui/systems/top.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"settings": {
"enabled": "Status"
}
}
3 changes: 2 additions & 1 deletion locales/en/ui.menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"bot": "Bot",
"api": "API",
"polls": "Polls",
"manage": "Manage"
"manage": "Manage",
"top": "Top"
}
2 changes: 1 addition & 1 deletion locales/en/ui/systems/polls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"settings": {
"status": "Status",
"enabled": "Status",
"theme": "Theme",
"hideAfterInactivity": "Hide on inactivity",
"align": "Align",
Expand Down
5 changes: 5 additions & 0 deletions locales/en/ui/systems/top.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"settings": {
"enabled": "Status"
}
}

0 comments on commit 0977f7b

Please sign in to comment.