Explorar el Código

Add test locale

Add en-UK locale with same short count as en-US.
master
TheoryOfNekomata hace 1 año
padre
commit
82f87bbeac
Se han modificado 3 ficheros con 5 adiciones y 0 borrados
  1. +1
    -0
      packages/core/src/systems/en-UK/index.ts
  2. +1
    -0
      packages/core/src/systems/index.ts
  3. +3
    -0
      packages/example-web/index.html

+ 1
- 0
packages/core/src/systems/en-UK/index.ts Ver fichero

@@ -0,0 +1 @@
export * as shortCount from '../en-US/short-count';

+ 1
- 0
packages/core/src/systems/index.ts Ver fichero

@@ -1 +1,2 @@
export * as enUS from './en-US';
export * as enUK from './en-UK';

+ 3
- 0
packages/example-web/index.html Ver fichero

@@ -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">


Cargando…
Cancelar
Guardar