renames folder with labels, splits up the setting labels from rest

This commit is contained in:
tina
2018-11-28 16:10:38 +01:00
parent 11ceb21921
commit d5f3fdbde5
33 changed files with 303 additions and 31 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ import { Alert } from 'react-native'
import { DocumentPicker, DocumentPickerUtil } from 'react-native-document-picker'
import rnfs from 'react-native-fs'
import importCsv from '../../lib/import-export/import-from-csv'
import { settings as labels, shared as sharedLabels } from '../../copy/en/labels'
import { shared as sharedLabels } from '../../i18n/en/labels'
import { settings as labels } from '../../i18n/en/settings'
import alertError from './alert-error'
export default function openImportDialogAndImport() {