Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natanel-shitrit/sourcelocalizationparser
Parses game language files to SourceMod phrases translations.
https://github.com/natanel-shitrit/sourcelocalizationparser
Last synced: 30 days ago
JSON representation
Parses game language files to SourceMod phrases translations.
- Host: GitHub
- URL: https://github.com/natanel-shitrit/sourcelocalizationparser
- Owner: Natanel-Shitrit
- License: gpl-3.0
- Created: 2022-01-01T14:13:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T12:38:14.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:05:44.035Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LanguagePhrasesParser
Parses game language files to SourceMod phrases translations.## Dependencies:
[langparser](https://github.com/Natanel-Shitrit/langparser) - Interface for parsing valve language files.## Credits:
[imatchext](https://github.com/shqke/imatchext) ([shqke](https://github.com/shqke)) - For the base `phrasesgen` files.