Skip to content

Commit

Permalink
feat: added Slovenian Translation (#2733)
Browse files Browse the repository at this point in the history
# Description

Added Slovenian Translation by instructions for adding new translations.

## 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
- [X] I have attached images of the change if it is UI based
- [ ] 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
- [x] 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)

---------

Co-authored-by: blaz.carli <[email protected]>
  • Loading branch information
carliblaz and blaz.carli authored Jan 18, 2025
1 parent 8b28bf6 commit 907a0fb
Show file tree
Hide file tree
Showing 4 changed files with 1,399 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/ignore_translation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ ignore = [
'watermark.type.1',
]

[si_SL]
ignore = [
'language.direction',
]

[sr_LATN_RS]
ignore = [
'language.direction',
Expand Down
Loading

0 comments on commit 907a0fb

Please sign in to comment.