-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include all built-in locales by default.
Fixes #8. Now you only need a custom build to optimize file size, rather than to add functionality.
- Loading branch information
Showing
23 changed files
with
126 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["", "\xa0€"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["", "\xa0€"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ".", | ||
thousands: ",", | ||
grouping: [3], | ||
currency: ["$", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ".", | ||
thousands: ",", | ||
grouping: [3], | ||
currency: ["£", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ".", | ||
thousands: ",", | ||
grouping: [3], | ||
currency: ["$", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["", "\xa0€"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: "\xa0", | ||
grouping: [3], | ||
currency: ["", "\xa0€"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: "\xa0", | ||
grouping: [3], | ||
currency: ["", "$"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["", "\xa0€"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ".", | ||
thousands: ",", | ||
grouping: [3], | ||
currency: ["₪", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["€", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["", "\xa0ден."] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["€\xa0", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["", "zł"] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: ".", | ||
grouping: [3], | ||
currency: ["R$", ""] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ",", | ||
thousands: "\xa0", | ||
grouping: [3], | ||
currency: ["", "\xa0руб."] | ||
}); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import localeFormat from "../localeFormat"; | ||
|
||
export default localeFormat({ | ||
export default { | ||
decimal: ".", | ||
thousands: ",", | ||
grouping: [3], | ||
currency: ["¥", ""] | ||
}); | ||
}; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters