Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pt-BR translation #687

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading