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

Include pt_BR translate #802

Merged
merged 1 commit into from Apr 3, 2020
Merged

Conversation

sergiocamillo
Copy link
Contributor

@sergiocamillo sergiocamillo commented Apr 2, 2020

First of all, thank you for your contribution! :-)

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

  • Make sure that you follow antd's code convention.
  • Run npm run lint and fix those errors before submitting in order to keep consistent code style.
  • Rebase before creating a PR to keep commit history clear.
  • Add some descriptions and refer relative issues for you PR.

Extra checklist:

if isBugFix :

  • Make sure that you add at least one unit test for the bug which you had fixed.

elif isNewFeature :

  • Update API docs for the component.
  • Update/Add demo to demonstrate new feature.
  • Update TypeScript definition for the component.
  • Add unit tests for the feature.

@codecov
Copy link

codecov bot commented Apr 2, 2020

Codecov Report

Merging #802 into master will increase coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #802      +/-   ##
==========================================
+ Coverage   58.60%   58.79%   +0.18%     
==========================================
  Files         197      206       +9     
  Lines        5064     5084      +20     
  Branches     1109     1109              
==========================================
+ Hits         2968     2989      +21     
+ Misses       2079     2078       -1     
  Partials       17       17              
Flag Coverage Δ
#rn 58.79% <100.00%> (+0.18%) ⬆️
Impacted Files Coverage Δ
components/date-picker-view/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/date-picker/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/input-item/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/list-view/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/locale-provider/demo/basic.tsx 96.00% <100.00%> (+0.16%) ⬆️
components/locale-provider/pt_BR.tsx 100.00% <100.00%> (ø)
components/modal/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/pagination/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/picker/locale/pt_BR.tsx 100.00% <100.00%> (ø)
components/search-bar/locale/pt_BR.tsx 100.00% <100.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0835af...574fd62. Read the comment docs.

Copy link

@dennissiq dennissiq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! 👏🏻

@sergiocamillo sergiocamillo changed the title Include pr_BR translate Include pt_BR translate Apr 2, 2020
@BANG88 BANG88 merged commit 5666e1b into ant-design:master Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants