Skip to content

Commit

Permalink
Fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Nov 19, 2023
1 parent 0af5efa commit d2e7977
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[0.7.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.7.1
[0.7.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.7.0
[0.6.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.6.0
[0.5.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.5.0
Expand All @@ -18,6 +19,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.0.2]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.2
[0.0.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.1

## [0.7.1] - 2023-11-20

### Fixed

- Button Localization.

## [0.7.0] - 2023-11-20

### Added
Expand Down
6 changes: 6 additions & 0 deletions src/translations/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
},
"UnknownHTTPError": {
"text": "Something went wrong. Try again later."
},
"GetNew": {
"text": "Get New"
}
}
},
Expand Down Expand Up @@ -331,6 +334,9 @@
},
"UnknownHTTPError": {
"text": "Что-то пошло не так, попробуйте повторить запрос."
},
"GetNew": {
"text": "Ещё факт"
}
}
}
Expand Down

0 comments on commit d2e7977

Please sign in to comment.