Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
modal-soft
/
numerica
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
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
930a5c644b
commit
82f87bbeac
Se han
modificado 3 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
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">
Escribir
Vista previa
Cargando…
Cancelar
Guardar