Skip to content

Commit

Permalink
Feature / Add UI for creation of new checking package (#44)
Browse files Browse the repository at this point in the history
* catch platform error

* working on initializing GL project from UI

* cleanup

* working on user prompting

* working on user prompting

* added option selection

* added target language book selection, and GL selection

* added creation of project.

* cleanup

* update build script

* bump version

* Improvements to fixCSS and added unit tests.

* Improvements to fixCSS and added unit tests.

* Adding localization.

* Adding localization.

* Adding support for default string in translate.

* Fix to not download GLs from Door43-Catalog. Fix for when download Url is from different org. Cleanup default string in translate.  Fix for createNewOlCheck error reporting.

* Updated locales

---------

Co-authored-by: PhotoNomad0 <[email protected]>
  • Loading branch information
PhotoNomad0 and PhotoNomad0 authored Feb 13, 2025
1 parent ca1bdb5 commit 0e24365
Show file tree
Hide file tree
Showing 40 changed files with 7,960 additions and 4,652 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set artifact name
run: echo "ARTIFACT_NAME=$(echo "$APP_NAME-$APP_VERSION-$HASH.vsix")" >> $GITHUB_ENV

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Package
with:
name: ${{ env.ARTIFACT_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ pnpm run build:all-debug

h. In the checking/twl or checking/tn folders, click on any twl_check or tn_check file to see the checking tool in action!

i. Adding New Locales - copy locales file from translationWords to `src\data\locales`. Then do `yarn run test:unit` which will integrate current localization files into extension.
i. Adding New Locales - copy locales file from translationWords to `src\data\locales`. Then do `yarn run test:unit` which will run `locales.test.ts` to integrate current localization files into extension. `locales.test.ts` compiles all the `.json` locale files into `locales.ts` which is used by the application.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "checking-extension",
"displayName": "checking-extension",
"description": "A vscode extension to open tn_check and twl_check files for checking verses",
"version": "0.9.13",
"version": "0.9.14",
"publisher": "unfoldingWord",
"engines": {
"vscode": "^1.91.0"
Expand Down
Loading

0 comments on commit 0e24365

Please sign in to comment.