-
Notifications
You must be signed in to change notification settings - Fork 187
Add Portuguese (Brazil) locale [pt-BR] #435
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
Changes from 6 commits
9ad5d3b
8b1cb46
395f358
b778b0d
e498521
f37688f
3bc9a67
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -123,6 +123,7 @@ The following languages are currently supported: | |
| - it: Italian (Italy, Switzerland) | ||
| - ro: Romanian | ||
| - ja: Japanese | ||
| - pt-BR: Portuguese (Brazil) | ||
|
||
|
|
||
| We manage the translations in Crowdin, please see <https://crowdin.com/project/stac-browser/> for details. | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "native": "Português (Brasil)", | ||
| "global": "Portuguese (Brazil)" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "authConfig": { | ||
| "description": "" | ||
| }, | ||
| "fields": { | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| const format = 'DD/MM/YYYY'; | ||
| const locale = import('vue2-datepicker/locale/pt-br'); | ||
| export default {format, locale}; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| import Utils from '../../utils'; | ||
| export default Utils.mergeDeep( | ||
| { | ||
| fields: require('./fields.json'), | ||
| }, | ||
| require('./texts.json'), | ||
| require('./custom.json') | ||
| ); |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| import { pt as locale } from '@musement/iso-duration'; | ||
| export default locale; |
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've sent you an invite for this repository. Otherwise the codeowners file won't recognize you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invitation accepted!