@rango-dev/ui 0.17.1-next.10 → 0.17.1-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ export declare const messages: any;
2
+ //# sourceMappingURL=messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../translations/en/messages.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAitR,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const messages: any;
2
+ //# sourceMappingURL=messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../translations/es/messages.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAu5S,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const messages: any;
2
+ //# sourceMappingURL=messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../translations/fr/messages.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAmkT,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const messages: any;
2
+ //# sourceMappingURL=messages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../translations/ja/messages.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAwuO,CAAC"}
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  declare const messages: {
4
4
  en: any;
5
5
  es: any;
6
- jp: any;
6
+ ja: any;
7
7
  fr: any;
8
8
  };
9
9
  export type Language = keyof typeof messages;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/ui",
3
- "version": "0.17.1-next.10",
3
+ "version": "0.17.1-next.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",
@@ -11,15 +11,15 @@ import React, { useEffect, useReducer } from 'react';
11
11
  * "translations/*": ["../../translations/*"]
12
12
  *}
13
13
  */
14
- import { messages as enMessages } from '../../../../../translations/en';
15
- import { messages as esMessages } from '../../../../../translations/es';
16
- import { messages as frMessages } from '../../../../../translations/fr';
17
- import { messages as jpMessages } from '../../../../../translations/jp';
14
+ import { messages as enMessages } from '../../../../../translations/en/messages';
15
+ import { messages as esMessages } from '../../../../../translations/es/messages';
16
+ import { messages as frMessages } from '../../../../../translations/fr/messages';
17
+ import { messages as jaMessages } from '../../../../../translations/ja/messages';
18
18
 
19
19
  const messages = {
20
20
  en: enMessages,
21
21
  es: esMessages,
22
- jp: jpMessages,
22
+ ja: jaMessages,
23
23
  fr: frMessages,
24
24
  };
25
25
 
@@ -39,7 +39,7 @@ export function SwapDetailsPlaceholder(props: PropTypes) {
39
39
  title={i18n.t(
40
40
  'swapNotFound',
41
41
  { requestId },
42
- { message: 'Swap with request ID = ${requestId} not found.' }
42
+ { message: 'Swap with request ID = {requestId} not found.' }
43
43
  )}
44
44
  />
45
45
  )}
@@ -1,2 +0,0 @@
1
- export declare const messages: any;
2
- //# sourceMappingURL=en.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../translations/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAykV,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const messages: any;
2
- //# sourceMappingURL=es.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAu8V,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const messages: any;
2
- //# sourceMappingURL=fr.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../translations/fr.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAkvV,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const messages: any;
2
- //# sourceMappingURL=jp.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jp.d.ts","sourceRoot":"","sources":["../../../../translations/jp.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAkvV,CAAC"}