Skip to content

Commit

Permalink
Merge pull request #12 from IDEMSInternational/esmeetewinkel-patch-1
Browse files Browse the repository at this point in the history
Update README.md to remove outdated text
  • Loading branch information
esmeetewinkel authored Jan 31, 2024
2 parents 7ffed10 + c5a8785 commit aceb9be
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,5 @@ This package contains data used in the early family math app
## App Preview
https://early-family-math.web.app

## Syncing data updates (automatic)
## Syncing data updates (without local setup)
A pull request syncing all spreadsheets and assets can be created automatically by running the following GitHub workflow: [Sync Content](https://github.com/IDEMSInternational/efm-app-content/actions/workflows/sync-content.yml)

## Syncing data updates (manual)
Data can be syncd from corresponding google drive folders via the script
```
yarn scripts app-data-sync
```

## Translations
Files for translation, and compiled translation strings are automatically generated during sync scripts.

Any strings for use in translations should be placed in the `./translations_source/from_translators` folder named in the format `{filename}.{langCode}.json`

The final output of translation strings can be found in the `./translations/strings` folder.

References to these strings are stored in individual data files, so that the app can quickly know what rows have text available for translation and which languages currently have existing translations

0 comments on commit aceb9be

Please sign in to comment.