本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
modal-soft
/
numerica
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Add test locale
Add en-UK locale with same short count as en-US.
master
TheoryOfNekomata
1 年之前
父節點
930a5c644b
當前提交
82f87bbeac
共有
3 個檔案被更改
,包括
5 行新增
和
0 行删除
分割檢視
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
查看文件
@@ -0,0 +1 @@
export * as shortCount from '../en-US/short-count';
+ 1
- 0
packages/core/src/systems/index.ts
查看文件
@@ -1 +1,2 @@
export * as enUS from './en-US';
export * as enUK from './en-UK';
+ 3
- 0
packages/example-web/index.html
查看文件
@@ -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…
取消
儲存