Skip to content

Commit

Permalink
Merge pull request #8 from iLib-js/movewebosdist
Browse files Browse the repository at this point in the history
Migrate `ilib-loctool-webos-dist` repo
  • Loading branch information
gouniLee authored Feb 20, 2025
2 parents ba544db + e215a4c commit 3f67e71
Show file tree
Hide file tree
Showing 7 changed files with 934 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ The project is structured as follows:
Here is the list of packages.
Plugins are optimized for the webOS platform.
* ilib-loctool-webos-c: C filetype handler.
* ilib-loctool-webos-cpp: Cpp filetype handler
* ilib-loctool-webos-qml: QML filetype handler
* ilib-loctool-webos-javascript: JavaScript filetype handler
* ilib-loctool-webos-json: JSON filetype handler
* ilib-loctool-webos-json-resource: JSON resource filetype handler
* ilib-loctool-webos-ts-resource: [TS](https://doc.qt.io/qt-6/linguist-ts-file-format.html) resource filetype handler
* ilib-loctool-webos-dart: [Dart](https://docs.fileformat.com/programming/dart/) filetype handler
* ilib-loctool-webos-cpp: Cpp filetype handler.
* ilib-loctool-webos-qml: QML filetype handler.
* ilib-loctool-webos-javascript: JavaScript filetype handler.
* ilib-loctool-webos-json: JSON filetype handler.
* ilib-loctool-webos-json-resource: JSON resource filetype handler.
* ilib-loctool-webos-ts-resource: [TS](https://doc.qt.io/qt-6/linguist-ts-file-format.html) resource filetype handler.
* ilib-loctool-webos-dart: [Dart](https://docs.fileformat.com/programming/dart/) filetype handler.
* ilib-lint-webos: provides the ability to parse webOS xliff files and provides rules to check.
* ilib-loctool-webos-dist: for the purpose of distribution for webOS platform.

## License
This project is licensed under the Apache 2.0 License. See the [LICENSE](./LICENSE) file for details.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Update copyright year(s) in license file

on:
schedule:
- cron: "00 1 3 1 *"

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: |
README.md
branchName: license/{{currentYear}}
commitTitle: update license
commitBody: Let's keep legal happy.
prTitle: Update copyright years in README.md
prBody: It's that time of the year, let's update the license.
Loading

0 comments on commit 3f67e71

Please sign in to comment.