stirlingbot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a49eb3a629 
							
						 
					 
					
						
						
							
							🤖  format everything with pre-commit by stirlingbot ( #3697 )  
						
						 
						
						... 
						
						
						
						Auto-generated by [create-pull-request][1] with **stirlingbot**
[1]: https://github.com/peter-evans/create-pull-request 
Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> 
						
					 
					
						2025-06-14 21:28:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anthony Stirling 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0cbe7fe255 
							
						 
					 
					
						
						
							
							Update check_language_properties.py ( #3684 )  
						
						 
						
						... 
						
						
						
						# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details. 
						
					 
					
						2025-06-12 16:03:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dario Ghunney Ware 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c7d6a063d7 
							
						 
					 
					
						
						
							
							Multi module refactor ( #3640 )  
						
						 
						
						... 
						
						
						
						# Description of Changes
Migrated Stirling PDF to a multi-module structure:
* Introduced new `:stirling-pdf` module
* Moved all the core logic and features of Stirling PDF into
`:stirling-pdf`
* Updated paths of jobs and scripts
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details. 
						
					 
					
						2025-06-09 12:51:41 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c9c8378fe0 
							
						 
					 
					
						
						
							
							Improve Case-Insensitive Key Comparison and Path Normalization in Language Properties Check Script ( #3067 )  
						
						 
						
						... 
						
						
						
						# Description of Changes
Please provide a summary of the changes, including:
- Updated key comparison logic in `update_missing_keys` function to be
case-insensitive by converting keys to lowercase before comparison.
- Introduced `os.path.normpath` for file path normalization to improve
cross-platform compatibility.
- Replaced direct usage of `file_path` with `file_normpath` in security
checks, file size validation, and duplicate key detection to ensure
consistent path handling.
These changes improve the robustness and maintainability of the script,
ensuring more accurate language property checks while enhancing security
validation.
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details. 
						
					 
					
						2025-02-26 15:56:03 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8353c399d2 
							
						 
					 
					
						
						
							
							Add: check for duplicate keys ( #2749 )  
						
						 
						
						... 
						
						
						
						# Description of Changes
introduces the check for duplicate keys
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details. 
						
					 
					
						2025-01-20 10:52:23 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4b5a2419b 
							
						 
					 
					
						
						
							
							expand: check language properties ( #2724 )  
						
						 
						
						... 
						
						
						
						# Description
Improvement in `check_language_properties.py`:
Added support for local Windows commands to check language properties
files with an updated script.
Added a new optional argument `--check-file` to specify a single file to
check, replacing the need to process all files in the directory.
Adjusted file path handling to better support Windows paths.
Update to `update-translations.yml`:
Added `workflow_dispatch` trigger to allow manual execution of the
workflow.
Documentation update in `HowToAddNewLanguage.md`:
Added instructions for running the language properties check locally on
Windows, including example commands.
These changes streamline the process of checking language properties
files and provide additional flexibility for local testing and manual
workflow triggering.
## Checklist
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [x] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only) 
						
					 
					
						2025-01-16 22:03:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b8bdc3352 
							
						 
					 
					
						
						
							
							improves readability ( #2313 )  
						
						 
						
						
						
					 
					
						2024-11-23 22:09:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a27aa16d5 
							
						 
					 
					
						
						
							
							Improves security when processing properties files ( #2303 )  
						
						 
						
						... 
						
						
						
						* Improves security when processing properties files
* Check for spaces in the key
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> 
						
					 
					
						2024-11-23 11:49:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7773df7443 
							
						 
					 
					
						
						
							
							Fix: Convert a single string in the array to a list array ( #2293 )  
						
						 
						
						
						
					 
					
						2024-11-21 21:18:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0f6d5e5a41 
							
						 
					 
					
						
						
							
							Note for PR creators added ( #2279 )  
						
						 
						
						
						
					 
					
						2024-11-21 11:31:32 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42677fbd5d 
							
						 
					 
					
						
						
							
							Fix: wrong selected repository; disable Push - missing permission ( #1785 )  
						
						 
						
						
						
					 
					
						2024-08-31 21:48:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a14b78ff91 
							
						 
					 
					
						
						
							
							Extends the checking of message*.properties ( #1781 )  
						
						 
						
						
						
					 
					
						2024-08-31 14:54:11 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ludy 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1732531174 
							
						 
					 
					
						
						
							
							Introduces the checking of message_*.properties ( #1758 )  
						
						 
						
						... 
						
						
						
						* Introduces the checking of message_*.properties
* Update check_properties.yml 
						
					 
					
						2024-08-25 22:04:28 +01:00