Skip to content

Commit

Permalink
fix: optimize svSE locale pr (#5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
XieZongChen authored Jun 29, 2023
1 parent 5b22086 commit 3f4ccae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locales/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3340,6 +3340,8 @@ exports[`locale works 24`] = `
<!---->
</div>
<div class="n-input__suffix">
<!---->
<!---->
<!----><i class="n-base-icon n-date-picker-icon"><svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke="none" stroke-width="1" fill-rule="evenodd">
<g fill-rule="nonzero">
Expand All @@ -3349,8 +3351,6 @@ exports[`locale works 24`] = `
</svg></i>
<!---->
<!---->
<!---->
<!---->
</div>
</div>
<!---->
Expand All @@ -3370,6 +3370,8 @@ exports[`locale works 24`] = `
<!---->
</div>
<div class="n-input__suffix">
<!---->
<!---->
<!----><i class="n-base-icon n-date-picker-icon"><svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke="none" stroke-width="1" fill-rule="evenodd">
<g fill-rule="nonzero">
Expand All @@ -3379,8 +3381,6 @@ exports[`locale works 24`] = `
</svg></i>
<!---->
<!---->
<!---->
<!---->
</div>
</div>
<!---->
Expand All @@ -3400,6 +3400,8 @@ exports[`locale works 24`] = `
<!---->
</div>
<div class="n-input__suffix">
<!---->
<!---->
<!----><i class="n-base-icon n-date-picker-icon"><svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke="none" stroke-width="1" fill-rule="evenodd">
<g fill-rule="nonzero">
Expand All @@ -3409,8 +3411,6 @@ exports[`locale works 24`] = `
</svg></i>
<!---->
<!---->
<!---->
<!---->
</div>
</div>
<!---->
Expand All @@ -3430,6 +3430,8 @@ exports[`locale works 24`] = `
<!---->
</div>
<div class="n-input__suffix">
<!---->
<!---->
<!----><i class="n-base-icon n-date-picker-icon"><svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g stroke="none" stroke-width="1" fill-rule="evenodd">
<g fill-rule="nonzero">
Expand All @@ -3439,8 +3441,6 @@ exports[`locale works 24`] = `
</svg></i>
<!---->
<!---->
<!---->
<!---->
</div>
</div>
<!---->
Expand Down
1 change: 1 addition & 0 deletions src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export { default as trTR } from './common/trTR'
export { default as eo } from './common/eo'
export { default as viVN } from './common/viVN'
export { default as faIR } from './common/faIR'
export { default as svSE } from './common/svSE'
export { default as dateZhCN } from './date/zhCN'
export { default as dateZhTW } from './date/zhTW'
export { default as dateEnUS } from './date/enUS'
Expand Down

0 comments on commit 3f4ccae

Please sign in to comment.