Skip to content

Commit

Permalink
Adding portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Dec 22, 2024
1 parent 3209b5d commit 03e98b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ export class AppComponent implements AfterViewInit {
settingLanguage = 'nl';
} else if (systemLanguage === 'no') {
settingLanguage = 'no';
} else if (systemLanguage === 'pt') {
settingLanguage = 'pt';
} else {
settingLanguage = 'en';
}
Expand Down
1 change: 1 addition & 0 deletions src/app/settings/settings.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ <h2>{{"FULL_EXPORT_TO_DIRECTORY" | translate}}</h2>
<ion-select-option value="pl">{{"PAGE_SETTINGS_LANGUAGE_POLISH" | translate}}</ion-select-option>
<ion-select-option value="nl">{{"PAGE_SETTINGS_LANGUAGE_DUTCH" | translate}}</ion-select-option>
<ion-select-option value="no">{{"PAGE_SETTINGS_LANGUAGE_NORWEGIAN" | translate}}</ion-select-option>
<ion-select-option value="pt">{{"PAGE_SETTINGS_LANGUAGE_PORTUGUESE" | translate}}</ion-select-option>
</ion-select>
</ion-item>
<ion-item>
Expand Down

0 comments on commit 03e98b4

Please sign in to comment.