mg-library 1.0.324 → 1.0.325

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.
package/i18n/english.js CHANGED
@@ -55,7 +55,8 @@ export const strings = {
55
55
  previewPhoto: 'Preview',
56
56
  doTakePhoto: 'Capture',
57
57
  doInvertCamera: 'Invert',
58
- doSavePhoto: 'Save'
58
+ doSavePhoto: 'Save',
59
+ balance: 'Balance'
59
60
  }
60
61
 
61
62
  // Messages
package/i18n/spanish.js CHANGED
@@ -55,7 +55,8 @@ export const strings = {
55
55
  previewPhoto: 'Vista Previa',
56
56
  doTakePhoto: 'Capturar',
57
57
  doInvertCamera: 'Invertir',
58
- doSavePhoto: 'Guardar'
58
+ doSavePhoto: 'Guardar',
59
+ balance: 'Composición de Saldo'
59
60
  }
60
61
 
61
62
  // Messages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.324",
3
+ "version": "1.0.325",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {