Skip to content

Commit

Permalink
add locale update
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored and afc163 committed Jan 10, 2019
1 parent 12af9a9 commit 0a67272
Show file tree
Hide file tree
Showing 69 changed files with 1,988 additions and 1,939 deletions.
46 changes: 23 additions & 23 deletions components/alert/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
data-show="true"
>
<i
aria-label="exclamation-circle"
aria-label="icon: exclamation-circle"
class="anticon anticon-exclamation-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -39,7 +39,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
data-show="true"
>
<i
aria-label="exclamation-circle"
aria-label="icon: exclamation-circle"
class="anticon anticon-exclamation-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -68,7 +68,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
class="ant-alert-close-icon"
>
<i
aria-label="close"
aria-label="icon: close"
class="anticon anticon-close"
>
<svg
Expand Down Expand Up @@ -107,7 +107,7 @@ exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
data-show="true"
>
<i
aria-label="close-circle"
aria-label="icon: close-circle"
class="anticon anticon-close-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -170,7 +170,7 @@ exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
class="ant-alert-close-icon"
>
<i
aria-label="close"
aria-label="icon: close"
class="anticon anticon-close"
>
<svg
Expand Down Expand Up @@ -207,7 +207,7 @@ exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
class="ant-alert-close-icon"
>
<i
aria-label="close"
aria-label="icon: close"
class="anticon anticon-close"
>
<svg
Expand Down Expand Up @@ -270,7 +270,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -301,7 +301,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -332,7 +332,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -363,7 +363,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -394,7 +394,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -427,7 +427,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -460,7 +460,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -493,7 +493,7 @@ exports[`renders ./components/alert/demo/custom-icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="smile"
aria-label="icon: smile"
class="anticon anticon-smile ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -596,7 +596,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="check-circle"
aria-label="icon: check-circle"
class="anticon anticon-check-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -627,7 +627,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="info-circle"
aria-label="icon: info-circle"
class="anticon anticon-info-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -658,7 +658,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="exclamation-circle"
aria-label="icon: exclamation-circle"
class="anticon anticon-exclamation-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -689,7 +689,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="close-circle"
aria-label="icon: close-circle"
class="anticon anticon-close-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -720,7 +720,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="check-circle"
aria-label="icon: check-circle"
class="anticon anticon-check-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -756,7 +756,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="info-circle"
aria-label="icon: info-circle"
class="anticon anticon-info-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -792,7 +792,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="exclamation-circle"
aria-label="icon: exclamation-circle"
class="anticon anticon-exclamation-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -828,7 +828,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<i
aria-label="close-circle"
aria-label="icon: close-circle"
class="anticon anticon-close-circle ant-alert-icon"
>
<svg
Expand Down Expand Up @@ -880,7 +880,7 @@ exports[`renders ./components/alert/demo/smooth-closed.md correctly 1`] = `
class="ant-alert-close-icon"
>
<i
aria-label="close"
aria-label="icon: close"
class="anticon anticon-close"
>
<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
unselectable="on"
>
<i
aria-label="down"
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
Expand Down Expand Up @@ -120,7 +120,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
class="ant-input-suffix"
>
<i
aria-label="search"
aria-label="icon: search"
class="anticon anticon-search certain-category-icon"
>
<svg
Expand Down Expand Up @@ -154,7 +154,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
unselectable="on"
>
<i
aria-label="down"
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
Expand Down Expand Up @@ -221,7 +221,7 @@ exports[`renders ./components/auto-complete/demo/custom.md correctly 1`] = `
unselectable="on"
>
<i
aria-label="down"
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
Expand Down Expand Up @@ -294,7 +294,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
unselectable="on"
>
<i
aria-label="down"
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
Expand Down Expand Up @@ -367,7 +367,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
unselectable="on"
>
<i
aria-label="down"
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
Expand Down Expand Up @@ -440,7 +440,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
type="button"
>
<i
aria-label="search"
aria-label="icon: search"
class="anticon anticon-search"
>
<svg
Expand Down Expand Up @@ -475,7 +475,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
unselectable="on"
>
<i
aria-label="down"
aria-label="icon: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
Expand Down
24 changes: 12 additions & 12 deletions components/avatar/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
class="ant-avatar ant-avatar-square ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand Down Expand Up @@ -201,7 +201,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
class="ant-avatar ant-avatar-square ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand Down Expand Up @@ -236,7 +236,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
style="width:64px;height:64px;line-height:64px;font-size:32px"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -258,7 +258,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-lg ant-avatar-circle ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -280,7 +280,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-circle ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -302,7 +302,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-sm ant-avatar-circle ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -327,7 +327,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
style="width:64px;height:64px;line-height:64px;font-size:32px"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -349,7 +349,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-lg ant-avatar-square ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -371,7 +371,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-square ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand All @@ -393,7 +393,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-sm ant-avatar-square ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand Down Expand Up @@ -445,7 +445,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
class="ant-avatar ant-avatar-circle ant-avatar-icon"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand Down Expand Up @@ -503,7 +503,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
style="background-color:#87d068"
>
<i
aria-label="user"
aria-label="icon: user"
class="anticon anticon-user"
>
<svg
Expand Down

0 comments on commit 0a67272

Please sign in to comment.