# ilib-loctool-webos-c

> A loctool plugin that knows how to process C files

Latest version **1.10.5** (published 2026-09-08) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ilib-loctool-webos-c
pnpm add ilib-loctool-webos-c
yarn add ilib-loctool-webos-c
bun add ilib-loctool-webos-c
```

## Health

**Score 60/100 (C)** — status: active.

Positive: no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.10.5 |
| Published | 2026-09-08 |
| First published | 2020-01-16 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 2 |
| Unpacked size | 39.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1 |
| Author | Goun Lee |
| Maintainers | goun |
| Keywords | internationalization, i18n, localization, l10n, globalization, g11n, strings, resources, locale, translation, c |

## Links

- npm: https://www.npmjs.com/package/ilib-loctool-webos-c
- Repository: https://github.com/iLib-js/ilib-mono-webos
- Homepage: https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-c
- Issues: https://github.com/iLib-js/ilib-mono-webos/issues
- npm.io page: https://npm.io/package/ilib-loctool-webos-c

## Dependencies (2)

- [ilib-loctool-webos-common](https://npm.io/package/ilib-loctool-webos-common.md) 1.2.5
- [ilib-loctool-webos-json-resource](https://npm.io/package/ilib-loctool-webos-json-resource.md) 1.7.10

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 1.10.5 (latest) — 2026-09-08
- 1.10.4 — 2026-08-31
- 1.10.3 — 2026-08-18
- 1.10.2 — 2026-04-16
- 1.10.1 — 2025-12-23
- 1.10.0 — 2025-12-23
- 1.9.2 — 2025-12-01
- 1.9.1 — 2025-10-13
- 1.9.0 — 2025-08-04
- 1.8.2 — 2025-07-18
- 1.8.1 — 2025-05-23
- 1.8.0 — 2025-05-07
- 1.7.7 — 2025-04-09
- 1.7.6 — 2025-04-03
- 1.7.5 — 2025-02-18
- … 22 more at https://npm.io/package/ilib-loctool-webos-c/versions

## README

# ilib-loctool-webos-c

ilib-loctool-webos-c is a plugin for loctool that allows it to read and localize C files. This plugin is optimized for the webOS platform.
### C FileType
This plugin expects to be used [libwebosi18n](https://github.com/webosose/libwebosi18n) library to internationalize your C code.  
It extracts string usages used in the examples below by considering them as strings that need to be translated.
```c
resBundle_getLocString(_gResBundle, "Yes");
resBundle_getLocStringWithKey(resBundle, "PictureMode.Standard", "Standard");
```

#### Sample
The simple sample is provided in the [samples-loctool](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool).
Please check the [webos-c](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/samples-loctool/webos-c) sample to see how the C file type is localized.

## License

Copyright (c) 2019-2026, JEDLSoft

This plugin is licensed under Apache2. See the [LICENSE](https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-c/LICENSE)
file for more details.

## Release Notes

See the [CHANGELOG.md](https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-c/CHANGELOG.md) file.

---
_Source: https://npm.io/package/ilib-loctool-webos-c · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
