A script running on Windows PowerShell that helps find language translations used in all files.
The PowerShell Translator script is designed to search through all files within a specified directory and identify language translations used. This tool is particularly useful for developers and teams working on multi-lingual applications who need to audit or update translation strings across their codebase.
- Directory Scanning: Recursively scans all files in a given directory.
- Translation Extraction: Identifies and extracts language translation strings.
- Flexible File Handling: Works with various file types commonly used in software development.
- Windows PowerShell: Ensure you have PowerShell installed on your Windows system.
- Permissions: You may need administrative privileges to run scripts on some systems.
Clone the repository to your local machine using the following command:
git clone https://github.com/coinpays-io/powershell-translator.git
Run the powershell script the following command:
.\translator.ps1
The script will generate an output file (or print to the console) listing all the found translations along with their respective file paths. This can be customized based on your needs.
Contributions are welcome! If you have suggestions, bug reports, or feature requests, please create an issue or submit a pull request.
For any questions or support, please open an issue on this repository or contact the project maintainers.