This website works better with JavaScript.
Home
Explore
Help
Sign In
modal-soft
/
numerica
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add test locale
Add en-UK locale with same short count as en-US.
master
TheoryOfNekomata
1 year ago
parent
930a5c644b
commit
82f87bbeac
3 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
packages/core/src/systems/en-UK/index.ts
+1
-0
packages/core/src/systems/index.ts
+3
-0
packages/example-web/index.html
+ 1
- 0
packages/core/src/systems/en-UK/index.ts
View File
@@ -0,0 +1 @@
export * as shortCount from '../en-US/short-count';
+ 1
- 0
packages/core/src/systems/index.ts
View File
@@ -1 +1,2 @@
export * as enUS from './en-US';
export * as enUK from './en-UK';
+ 3
- 0
packages/example-web/index.html
View File
@@ -104,6 +104,9 @@
<option value="enUS">
English (US)
</option>
<option value="enUK">
English (UK)
</option>
</select>
<select class="select" aria-label="Variant" name="system.count">
<option value="shortCount">
Write
Preview
Loading…
Cancel
Save