Skip to content

Commit

Permalink
Add Catalan translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Oct 12, 2024
1 parent a8f8dc2 commit a605295
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Bengali, Serbian and Greek translations
- Bengali, Catalan, Greek and Serbian translations

### Fixed
- error when end break shortcut is not set

### Changed
- improved break window loading
- updated many translations

## [1.16.0] - 2024-08-11
### Added
Expand Down
1 change: 1 addition & 0 deletions app/images/flags/flag-catalonia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ function createWelcomeWindow (isAppStart = true) {
const modalPath = path.join('file://', __dirname, '/welcome.html')
welcomeWin = new BrowserWindow({
x: displaysX(-1, 1000),
y: displaysY(-1, 850),
y: displaysY(-1, 950),
width: 1000,
height: 850,
height: 950,
autoHideMenuBar: true,
icon: windowIconPath(),
backgroundColor: 'EDEDED',
Expand Down
1 change: 1 addition & 0 deletions app/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<option value="bg">Български</option>
<option value="be">Беларуская мова</option>
<option value="bn">বাংলা</option>
<option value="ca">Català</option>
<option value="cs">Čeština</option>
<option value="da">Dansk</option>
<option value="de">Deutsch</option>
Expand Down
7 changes: 7 additions & 0 deletions app/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
বাংলা
</label>
</div>
<div>
<img src="images/flags/flag-catalonia.svg" alt="Catalonia">
<input type="radio" value="ca" name="language" id="ca">
<label for="ca">
Català
</label>
</div>
<div>
<img src="images/flags/flag-czech-republic.svg" alt="Czechia">
<input type="radio" value="cs" name="language" id="cs">
Expand Down

0 comments on commit a605295

Please sign in to comment.