{"id":19777491,"url":"https://github.com/ilib-js/ilib-loctool-webos-appinfo-json","last_synced_at":"2025-04-30T19:32:35.321Z","repository":{"id":36397896,"uuid":"219425754","full_name":"iLib-js/ilib-loctool-webos-appinfo-json","owner":"iLib-js","description":"appinfo.json file handler plugin for webOS platform loctool","archived":true,"fork":false,"pushed_at":"2025-02-19T04:50:05.000Z","size":560,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-20T12:21:40.793Z","etag":null,"topics":["localization"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iLib-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-04T05:41:33.000Z","updated_at":"2025-02-19T05:00:44.000Z","dependencies_parsed_at":"2024-11-12T05:36:17.716Z","dependency_job_id":null,"html_url":"https://github.com/iLib-js/ilib-loctool-webos-appinfo-json","commit_stats":{"total_commits":82,"total_committers":2,"mean_commits":41.0,"dds":"0.012195121951219523","last_synced_commit":"223be1e3e08bfb64c251320e38561a50bc2b0796"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-webos-appinfo-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-webos-appinfo-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-webos-appinfo-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-webos-appinfo-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iLib-js","download_url":"https://codeload.github.com/iLib-js/ilib-loctool-webos-appinfo-json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251769514,"owners_count":21640917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["localization"],"created_at":"2024-11-12T05:25:16.372Z","updated_at":"2025-04-30T19:32:35.307Z","avatar_url":"https://github.com/iLib-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e :warning: **Deprecation Notice** :warning:\n\u003e This repository has been deprecated. The functionality of the package has been integrated into **ilib-loctool-webos-json**. Please use the corresponding package from the [ilib-mono-webos](https://github.com/iLib-js/ilib-mono-webos) instead.\n\n# ilib-loctool-webos-appinfo-json\n\nilib-loctool-webos-appinfo-json is a plugin for the loctool that\nallows it to read and localize `appinfo.json` file. This plugin is optimized for webOS platform\n\n## Release Notes\nv1.7.5\n* Updated loctool dependency information to be written both `peerDependencies` and `devDependencies`.\n\nv1.7.4\n* Moved `loctool` package to `peerDependencies` in `package.json`.\n\nv1.7.3\n* Moved `loctool` and `micromatch` packages to `dependencies` in `package.json` because these are actually used in codes.\n* Removed `ilib` package to `dependencies` in `package.json` because it is not used in codes.\n\nv1.7.2\n* Updated dependencies. (loctool: 2.23.1)\n\nv1.7.1\n* Updated dependencies. (loctool: 2.22.0)\n\nv1.7.0\n* Updated dependencies. (loctool: 2.21.0)\n* Added the `mappings` configuration of the mapping which is a mapping between a file and an object that gives info used to localize the files that match it.\n* Added feature not to do localization if the file is already located in the localization directory.\n* Updated not to load common data repeatedly if it's loaded from another plugin in a project.\n\nv1.6.1\n* Fixed to generate `ilibmanifest.json` file correctly even when a dummy file exists.\n\nv1.6.0\n* Added a timestamp in `ilibmanifest.json` file to support wee localization.\n* Updated to skip writing `ilibmanifest.json` creation logic if it has already been done in another plugin.\n\nv1.5.0\n* Updated dependencies. (loctool: 2.20.2)\n* Fixed not generating duplicated resources by comparing language default locale translation even if the locale follows the locale inheritance rule.\n\nv1.4.1\n* Added guard code to prevent errors when the common data path is incorrect.\n\nv1.4.0\n* Updated dependencies. (loctool: 2.20.0)\n* Added ability to define custom locale inheritance.\n    ~~~~\n       \"settings\": {\n            \"localeInherit\": {\n                \"en-AU\": \"en-GB\"\n            }\n        }\n    ~~~~\n* Added ability to use common locale data.\n  * App's xliff data has a higher priority, if there's no matched string there, then loctool checks data in the commonXliff directory.\n    ~~~~\n       \"settings\": {\n            \"webos\": {\n                \"commonXliff\": \"./common\"\n            }\n        }\n    ~~~~\n\nv1.3.0\n* Updated dependencies. (loctool: 2.18.0)\n* Added ability to override language default locale.\n    ~~~~\n       \"settings\": {\n            \"localeMap\": {\n                \"es-CO\": \"es\"\n            }\n        }\n    ~~~~\n\nv1.2.12\n* Updated dependencies. (loctool: 2.17.0)\n* Fixed not to generate duplicated resources by comparing language default locale translation.\n\nv1.2.11\n* Updated dependencies. (loctool: 2.16.3)\n* Used the logger provided by the loctool instead of using log4js directly.\n* Added node 16 version testing for circleCI (minimum version of node is v10.0.0)\n* Fixed to set baseLocale correctly when calculating resource path.\n\nv1.2.10\n* Updated dependent module version to have the latest one. (loctool: 2.16.2)\n\nv1.2.9\n* Updated dependent module version to have the latest one. (loctool: 2.14.1)\n\nv1.2.8\n* Updated dependent module version to have the latest one. (loctool: 2.13.0)\n\nv1.2.7\n* Updated dependent module version to have the latest one. (loctool: 2.12.0)\n\nv1.2.6\n* Updated dependent module version to have the latest one. (loctool: 2.10.3)\n\nv1.2.5\n* Updated dependent module version to have the latest one.\n\nv1.2.4\n* Changed en-US translation data to be located in the resource root directory\n* Fixed to generate `ilibmanifest.json` file properly in the nested project localization case.\n\nv1.2.3\n* Fixed not to generate `ilibmanifest.json` when the content is empty.\n\nv1.2.2\n* Fixed resource target path\n* Updated code to print log with log4js\n\nv1.2.1\n* Fixed to load schema file correctly wherever plugin is installed\n\nv1.2.0\n* Created `x-json` type which will search first to get a translation. If it doesn't exist, it will search the `javascript` group tag as an alternative.\n* Fix not to create a file if there is no translation data.\n\nv1.1.0\n* Added feature to generate `ilibmanifest.json` file\n\nv1.0.0\n* Implemented `appinfo.json` file localization. The appinfo.json file resides in an app's root directory and contains a single JSON object. Some properties data in a JSON object need to be localized, such as `title`. It is defined in the schema file. If you want to get more information regarding `appinfo.json` on webOS, Please visit this [link](https://www.webosose.org/docs/guides/development/configuration-files/appinfo-json/).\n\n\n## License\n\nCopyright (c) 2019-2023, JEDLSoft\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\nSee the License for the specific language governing permissions and\nlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filib-js%2Filib-loctool-webos-appinfo-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filib-js%2Filib-loctool-webos-appinfo-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filib-js%2Filib-loctool-webos-appinfo-json/lists"}