Skip to content

Commit

Permalink
Add pt-BR translation
Browse files Browse the repository at this point in the history
  • Loading branch information
irangarcia committed Feb 6, 2024
1 parent 56ac58d commit 94936ea
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ We love your input! We want to make contributing to this project as easy and tra
* Proposing new features
* Becoming a maintainer

## We Develop with Github
## We Develop with GitHub

We use github to host code, to track issues and feature requests, as well as accept pull requests.
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.

## Report bugs using Github's [issues](hhttps://github.com/leits/MeetingBar/issues)
## Report bugs using GitHub's [issues](https://github.com/leits/MeetingBar/issues)

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/leits/MeetingBar/issues/new); it's that easy!

Expand Down
1 change: 1 addition & 0 deletions MeetingBar/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ enum AppLanguage: String, Codable {
case hebrew = "he"
case turkish = "tr"
case italian = "it"
case portuguese = "pt-BR"
}

struct Browser: Encodable, Decodable, Hashable {
Expand Down
Loading

0 comments on commit 94936ea

Please sign in to comment.