Skip to content

Commit

Permalink
add finnish to available languages and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 19, 2024
1 parent b0b3c19 commit 57246cf
Show file tree
Hide file tree
Showing 10 changed files with 237 additions and 236 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- option to restore a scheduled backup file
- without the need to download and upload it
- backup modal - move generate now button to list
- add finnish to available languages and settings

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Discord](https://badgen.net/discord/online-members/C87Pvq3?icon=discord&label=discord)](https://discord.gg/C87Pvq3)
[![Donate](https://badgen.net/badge/donate/paypal/yellow)](https://paypal.me/oznu)

:gb: :de: :fr: :poland: :czech_republic: :ru: :cn: :hungary: :jp: :es: :netherlands: :tr: :it: :bulgaria: :sweden: :norway: :slovenia: :brazil: :portugal: :indonesia: :kr: :macedonia: :thailand: :israel: :ukraine:
:gb: :de: :fr: :poland: :czech_republic: :ru: :cn: :hungary: :jp: :es: :netherlands: :tr: :it: :bulgaria: :sweden: :norway: :finland: :slovenia: :brazil: :portugal: :indonesia: :kr: :macedonia: :thailand: :israel: :ukraine:

</span>

Expand Down
6 changes: 6 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@
"en"
]
},
{
"title": "Finnish (fi)",
"enum": [
"fi"
]
},
{
"title": "French (fr)",
"enum": [
Expand Down
327 changes: 159 additions & 168 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
"@homebridge/hap-client": "1.10.2",
"@homebridge/node-pty-prebuilt-multiarch": "0.11.14",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"@nestjs/common": "10.4.5",
"@nestjs/core": "10.4.5",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.4.4",
"@nestjs/platform-socket.io": "10.4.4",
"@nestjs/platform-fastify": "10.4.5",
"@nestjs/platform-socket.io": "10.4.5",
"@nestjs/swagger": "7.4.2",
"@nestjs/websockets": "10.4.4",
"@nestjs/websockets": "10.4.5",
"axios": "1.7.7",
"bash-color": "0.0.4",
"buffer-shims": "1.0.0",
Expand Down Expand Up @@ -121,11 +121,11 @@
"unzipper": "0.12.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@nestjs/testing": "^10.4.4",
"@antfu/eslint-config": "^3.8.0",
"@nestjs/testing": "^10.4.5",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.7",
"@types/node-schedule": "^2.1.7",
"@types/passport-jwt": "^4.0.1",
"@types/semver": "^7.5.8",
Expand All @@ -135,7 +135,7 @@
"@types/unzipper": "^0.10.10",
"@vitest/coverage-v8": "^2.1.3",
"concurrently": "^9.0.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"form-data": "^4.0.1",
"nodemon": "^3.1.7",
Expand Down
108 changes: 54 additions & 54 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular/build": "^18.2.8",
"@angular/cli": "^18.2.8",
"@angular/build": "^18.2.9",
"@angular/cli": "^18.2.9",
"@angular/compiler-cli": "^18.2.8",
"@angular/language-service": "^18.2.8",
"@fortawesome/fontawesome-free": "^6.6.0",
"@types/emoji-js": "^3.5.2",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"@types/socket.io-client": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class AppComponent {
const languages = [
'en',
'de',
'fi',
'fr',
'pl',
'cs',
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/core/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ registerLocaleData(localeHE)
export const supportedLocales = {
'en': 'en',
'de': 'de',
'fi': 'fi',
'fr': 'fr',
'pl': 'pl',
'cs': 'cs',
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/modules/settings/settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ <h5 class="primary-text">
<option value="cs">Czech (cs)</option>
<option value="nl">Dutch (nl)</option>
<option value="en">English (en)</option>
<option value="fi">Finnish (fi)</option>
<option value="fr">French (fr)</option>
<option value="de">German (de)</option>
<option value="he">Hebrew (he)</option>
Expand Down

0 comments on commit 57246cf

Please sign in to comment.