github-actions[bot] and Oliver
87f5900bed
BuildItem quantity fix ( #11108 ) ( #11110 )
...
* Refactor clean check for BuildItem
* Don't raise an error when saving a BuildItem
* Fix order of operations
* remove debug statements
(cherry picked from commit 70fcaa7808 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2026-01-09 18:59:45 +11:00
github-actions[bot] and Oliver
c174cf12a5
Tweak for auto allocation ( #11106 ) ( #11107 )
...
- Ensure only stock for "active" parts is considered
- Cleaner logic
(cherry picked from commit 02a95ffba8 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2026-01-09 15:07:23 +11:00
github-actions[bot] and Michael
47f386e39a
change screenshot for plugin install to PUI ( #11036 ) ( #11037 )
...
* change screenshot for plugin install to PUI
* Correct location of gunicorn config in docs
(cherry picked from commit 00091caf04 )
Co-authored-by: Michael <michael@buchmann.ruhr >
2025-12-18 10:51:53 +11:00
github-actions[bot] and Oliver
3eb6f12570
Fix for string form fields ( #10814 ) ( #10968 )
...
* Fix for string form fields
- replace null values with empty strings
* Expose more serializer metadata
* Check if null values are not allowed
* Fix type
* Try removing feature
* Reduce deltas
* Remove extra field attrs entirely (for testing)
* Comment out changes
* Tweak form values
* Fix for form validation
(cherry picked from commit efc8fb816d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-12-07 00:14:58 +11:00
github-actions[bot] and Oliver
afc1dad8a7
Obvserve default values for part forms ( #10964 ) ( #10965 )
...
- Closes https://github.com/inventree/InvenTree/issues/10909
- Use global setting values as defaults
(cherry picked from commit 3a18934b83 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-12-06 20:28:22 +11:00
github-actions[bot] and Tyler Tracy
66b71c1f2e
Fixed typo in shebang interpreter directive ( #10952 ) ( #10953 )
...
(cherry picked from commit 2ffc2cb9fc )
Co-authored-by: Tyler Tracy <tylertracy@gmail.com >
2025-12-04 12:10:09 +11:00
github-actions[bot] and Oliver
1a8287824b
Allow null values for InvenTreeDecimalField ( #10948 ) ( #10951 )
...
- Fixes bug related to importing null "rounding_multiple" BOM field
(cherry picked from commit 7920b0e670 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-12-04 07:15:38 +11:00
github-actions[bot] and Oliver
10769ccb04
[bug] Handle TransactionManagementError ( #10942 ) ( #10943 )
...
In the case where we try to call refresh_from_db within an atomic transaction block, it will throw a TransactionManagementError
(cherry picked from commit 38b27271ac )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-12-02 17:23:09 +11:00
github-actions[bot] and Oliver
e1a97b2a39
[bug] Stock adjust ( #10914 ) ( #10915 )
...
* Extra checks on backend
* Bug fix for adjustment forms
- Set default quantity of zero
* Additional unit testing (to ensure no regression)
(cherry picked from commit 5713cff1cb )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-26 22:41:36 +11:00
github-actions[bot] and Matthias Mair
c9a1d9adda
Installer missing some required packages from REQS ( #10897 ) ( #10898 )
...
Fixes #10813
(cherry picked from commit fcea1383d0 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-11-24 09:22:53 +11:00
github-actions[bot] and Oliver
c09fb48eff
[UI] Fix for PartTestResultTable ( #10886 ) ( #10889 )
...
* [UI] Fix for PartTestResultTable
- Filter properly by part instance
* Add a simple unit test
* Tweak unit test
(cherry picked from commit e590522909 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-22 18:02:15 +11:00
github-actions[bot] and Oliver
295c4f3e5d
[bug] Serialize location ( #10882 ) ( #10883 )
...
* Properly set location id when serializing stock
* Add correct tracking entries
* Add unit test
(cherry picked from commit a7ff1250ba )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-22 13:44:48 +11:00
github-actions[bot] and Oliver
c6ecd019dc
[UI] Delete stock fix ( #10868 ) ( #10869 )
...
* Add helper func getOverviewUrl
* Redirect to parent page when stock item is counted to zero
(cherry picked from commit 468efbacfc )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-20 06:48:45 +11:00
github-actions[bot] and Oliver
005d9850b8
Fix for shipping virtual parts ( #10853 ) ( #10864 )
...
* Additional checks for virtual parts in sales order process
* Prevent allocation against virtual parts
* Fix order of operations
* Adjust part form fields based on selections
* Prevent order locking
* Updated playwright tests
* Add unit test
(cherry picked from commit 7b38fa30bb )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-19 15:49:38 +11:00
github-actions[bot] and Oliver
a585f5407a
Bug fix for sales order pricing ( #10858 ) ( #10863 )
...
* Bug fix for sales order pricing
- Clear sale price field if no pricing
* Adjust playwright tests
(cherry picked from commit d06d80fb99 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-19 15:12:16 +11:00
github-actions[bot] and Oliver
974a7d5510
[UI] Remove duplicate action ( #10844 ) ( #10845 )
...
- "Build Output" is same as "stock item" in this case
(cherry picked from commit 57a2de6ffc )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-17 19:58:54 +11:00
github-actions[bot] and Oliver
39623ddf98
[UI] Fix for form OPTIONS query ( #10840 ) ( #10843 )
...
* [UI] Fix for form OPTIONS query
- Fetch OPTIONs each time form is opened
- Ensure default values are filled correctly
- Prevent issues with latching form state
* Add comment
* Add playwright test
- Check that the reference field increments properly
* Fix other Playwright tests
(cherry picked from commit 770f7a292e )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-16 22:07:59 +11:00
github-actions[bot] and Oliver
1890589a43
[bug] State change fixes ( #10832 ) ( #10839 )
...
* Fix for setting custom status
* Fix for setting custom status when receiving stock items
* Allow caching for set_status
* Updated code and unit tests
(cherry picked from commit aa9958bf11 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-15 08:01:21 +11:00
github-actions[bot] and Oliver
8cbce3f335
Char fix ( #10827 ) ( #10830 )
...
* Remove debouncing from text field
* Add debounce to data import field
* Only apply for strings values
* Fix unit test
* More unit test tweaks
(cherry picked from commit ba9b5438b4 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-14 17:53:27 +11:00
github-actions[bot] and Oliver
56f09e1aa6
Bug fix for loading boolean settings ( #10826 ) ( #10828 )
...
- Do not just cast to bool
- The string "False" casts to True in this case
- Use the function that supports strings
(cherry picked from commit 8cb808f613 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-14 08:27:42 +11:00
github-actions[bot] and Oliver
e2eeaa991d
PO receive fix ( #10807 ) ( #10808 )
...
* Extract note field when receiving stock items against PO
* Fix tracking entry when receiving item
(cherry picked from commit f3c1cc12af )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-11 21:15:13 +11:00
github-actions[bot] and Oliver
4bb1354b68
Fix for pricing display ( #10804 ) ( #10805 )
...
(cherry picked from commit 77f80385c9 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-11 16:27:24 +11:00
89287d56ff
chore(deps): bump django from 4.2.25 to 4.2.26 in /src/backend ( #10781 ) ( #10790 )
...
* chore(deps): bump django from 4.2.25 to 4.2.26 in /src/backend
Bumps [django](https://github.com/django/django ) from 4.2.25 to 4.2.26.
- [Commits](https://github.com/django/django/compare/4.2.25...4.2.26 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 4.2.26
dependency-type: direct:production
...
* fix style
* also bump docker version
---------
(cherry picked from commit 726e852b7b )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-11-08 22:10:19 +01:00
github-actions[bot] and Oliver
7e2480c4a2
Auth Improvements ( #10752 ) ( #10761 )
...
* Return more detail in MFA failure response
* Reject auth requests for users who are inactive
* Move markdown config out of settings.py
(cherry picked from commit 901846272b )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-04 10:13:48 +11:00
github-actions[bot] and Lê Hoàng Nam
fd4375357f
code ( #10751 ) ( #10753 )
...
(cherry picked from commit 39f0054cd5 )
Co-authored-by: Lê Hoàng Nam <lehoangnam040@gmail.com >
2025-11-04 07:28:09 +11:00
github-actions[bot] and Matthias Mair
555455a9d1
fix: typo ins installer stops script from working ( #10744 ) ( #10746 )
...
(cherry picked from commit e1bf67b32c )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-11-03 00:43:11 +01:00
github-actions[bot] and Oliver
e834ea8aa7
Docs fix ( #10738 ) ( #10739 )
...
* Fix heading in helpers.md
* Helper func docs
(cherry picked from commit 46615e447b )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-11-03 10:30:08 +11:00
github-actions[bot] and Matthias Mair
e23e3730b2
fix uv ( #10742 ) ( #10743 )
...
https://github.com/inventree/InvenTree/security/dependabot/248
(cherry picked from commit d7daf660ef )
Co-authored-by: Matthias Mair <code@mjmair.com >
2025-11-03 10:24:45 +11:00
github-actions[bot]
9d6f30b802
New Crowdin translations by GitHub Action ( #10685 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-01 14:54:42 +11:00
github-actions[bot] and Oliver
86b67f04f2
New Crowdin translations by GitHub Action ( #10660 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-10-24 20:06:40 +11:00
github-actions[bot]
2182fe42db
New Crowdin translations by GitHub Action ( #10614 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-19 11:03:46 +11:00
github-actions[bot]
c731de2b05
New Crowdin translations by GitHub Action ( #10528 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-18 09:19:40 +11:00
github-actions[bot]
a27bb835fc
New Crowdin translations by GitHub Action ( #10449 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-07 22:37:44 +11:00
github-actions[bot]
f84626a858
New Crowdin translations by GitHub Action ( #10343 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-02 09:57:49 +10:00
github-actions[bot]
d1a05f84bc
New Crowdin translations by GitHub Action ( #10332 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-18 13:20:15 +10:00
github-actions[bot]
7033e36fc3
New Crowdin translations by GitHub Action ( #10286 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-17 07:37:06 +10:00
github-actions[bot]
a47a022747
New Crowdin translations by GitHub Action ( #10248 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-08 23:19:45 +10:00
github-actions[bot]
35c398dfde
New Crowdin translations by GitHub Action ( #10242 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-02 10:19:35 +10:00
github-actions[bot]
69c115c23e
New Crowdin translations by GitHub Action ( #10223 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-28 22:08:27 +10:00
github-actions[bot]
214e19dd10
New Crowdin translations by GitHub Action ( #10205 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-25 18:38:27 +10:00
github-actions[bot]
9dae8724d8
New Crowdin translations by GitHub Action ( #10190 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-20 23:00:53 +10:00
github-actions[bot]
11f1e27926
New Crowdin translations by GitHub Action ( #10185 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-19 00:57:59 +10:00
github-actions[bot]
bc89af272d
New Crowdin translations by GitHub Action ( #10169 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-16 20:02:51 +10:00
github-actions[bot]
3e375504cb
New Crowdin translations by GitHub Action ( #10160 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-12 14:20:54 +10:00
github-actions[bot]
02b25860ca
New Crowdin translations by GitHub Action ( #10077 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-08 11:48:12 +10:00
github-actions[bot]
a301214ac9
New Crowdin translations by GitHub Action ( #10013 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-24 09:48:45 +10:00
github-actions[bot]
1db6d2afbe
New Crowdin translations by GitHub Action ( #9993 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-13 18:57:08 +10:00
github-actions[bot]
6f08bdca46
New Crowdin translations by GitHub Action ( #9963 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-09 14:08:59 +10:00
github-actions[bot]
e19e5eb029
New Crowdin translations by GitHub Action ( #9959 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-06 19:39:35 +10:00
github-actions[bot]
925807e06b
New Crowdin translations by GitHub Action ( #9919 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-04 17:21:56 +10:00
github-actions[bot]
3482ab4956
New Crowdin translations by GitHub Action ( #9903 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-01 10:51:22 +10:00
github-actions[bot]
c6d53b8c57
New Crowdin translations by GitHub Action ( #9885 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-30 08:12:45 +10:00
github-actions[bot] and Oliver
040d1c1073
New Crowdin translations by GitHub Action ( #9871 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-06-27 13:14:00 +10:00
github-actions[bot]
8b4f9efa44
New Crowdin translations by GitHub Action ( #9813 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-26 12:16:45 +10:00
github-actions[bot]
38cf8141fc
New Crowdin translations by GitHub Action ( #9801 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-20 09:05:29 +10:00
github-actions[bot]
fe4038205f
New Crowdin translations by GitHub Action ( #9780 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-18 08:08:59 +10:00
github-actions[bot]
eb445be770
New Crowdin translations by GitHub Action ( #9771 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-14 12:15:10 +10:00
github-actions[bot]
c70583097c
New Crowdin translations by GitHub Action ( #9726 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-12 23:31:16 +10:00
github-actions[bot]
9d9948ed1c
New Crowdin translations by GitHub Action ( #9697 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-02 22:25:40 +10:00
github-actions[bot]
f9675fc93b
New Crowdin translations by GitHub Action ( #9630 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-25 11:46:08 +02:00
github-actions[bot]
adb2ba3a36
New Crowdin translations by GitHub Action ( #9594 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-04 17:22:17 +01:00
github-actions[bot] and Oliver
fc42b6d7a1
New Crowdin translations by GitHub Action ( #9588 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2025-04-27 20:05:55 +08:00
github-actions[bot]
c6907a0bf2
New Crowdin translations by GitHub Action ( #9543 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-22 22:09:24 +10:00
github-actions[bot]
64f72381a1
New Crowdin translations by GitHub Action ( #9529 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-20 11:23:21 +10:00
github-actions[bot]
62d058f0e3
New Crowdin translations by GitHub Action ( #9508 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-17 13:17:41 +10:00
github-actions[bot]
8d44a0d330
New Crowdin translations by GitHub Action ( #9489 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-15 11:39:30 +10:00
github-actions[bot]
2eb0331ddd
New Crowdin translations by GitHub Action ( #9474 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-09 00:31:32 +10:00
github-actions[bot]
1cab0a1914
New Crowdin translations by GitHub Action ( #9438 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-07 23:03:41 +10:00
github-actions[bot]
15933a6b3a
New Crowdin translations by GitHub Action ( #9337 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-02 10:52:59 +11:00
github-actions[bot]
832d884c85
New Crowdin translations by GitHub Action ( #9314 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-18 19:22:20 +11:00
github-actions[bot]
fc34bd0a5e
New Crowdin translations by GitHub Action ( #9288 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-16 09:40:18 +11:00
github-actions[bot]
f7536a9f89
New Crowdin translations by GitHub Action ( #9175 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-11 19:21:21 +11:00
github-actions[bot]
49eaedaca6
New Crowdin translations by GitHub Action ( #9161 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-24 11:14:52 +11:00
github-actions[bot]
4ece2fa6dd
New Crowdin translations by GitHub Action ( #9069 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-14 23:53:30 +11:00
github-actions[bot]
8493e5adb2
New Crowdin translations by GitHub Action ( #9015 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-11 15:29:13 +11:00
github-actions[bot]
1b5019ba52
New Crowdin translations by GitHub Action ( #9007 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-02 14:17:19 +11:00
github-actions[bot]
4a9785d5e9
New Crowdin translations by GitHub Action ( #8916 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-21 16:00:40 +11:00
github-actions[bot]
46ebe81304
New Crowdin translations by GitHub Action ( #8882 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-19 21:58:50 +11:00
github-actions[bot]
4390c01cc1
New Crowdin translations by GitHub Action ( #8857 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-12 09:06:29 +11:00
github-actions[bot]
8b343e570e
New Crowdin translations by GitHub Action ( #8826 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-05 20:21:50 +11:00
github-actions[bot]
5eeb150828
New Crowdin translations by GitHub Action ( #8786 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-01 10:41:30 +11:00
github-actions[bot]
0765b00520
New Crowdin translations by GitHub Action ( #8752 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-27 19:43:52 +11:00
github-actions[bot]
933330fa51
New Crowdin translations by GitHub Action ( #8683 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-23 10:36:39 +11:00
github-actions[bot]
5d2329651a
New Crowdin translations by GitHub Action ( #8668 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-17 10:09:12 +11:00
github-actions[bot]
88ab59359f
New Crowdin translations by GitHub Action ( #8654 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-16 09:50:27 +11:00
github-actions[bot]
ad6bd635e6
New Crowdin translations by GitHub Action ( #8632 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-11 15:43:47 +11:00
github-actions[bot]
4e36c7a2d7
New Crowdin translations by GitHub Action ( #8589 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-05 19:53:16 +11:00
github-actions[bot]
ced695b099
New Crowdin translations by GitHub Action ( #8536 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-29 10:45:13 +11:00
github-actions[bot]
6250901c2f
New Crowdin translations by GitHub Action ( #8491 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-21 15:00:52 +11:00
github-actions[bot]
7a3bed5b40
New Crowdin translations by GitHub Action ( #8455 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-15 12:10:55 +11:00
github-actions[bot]
a8e833a226
New Crowdin translations by GitHub Action ( #8436 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-08 23:05:35 +11:00
github-actions[bot]
b4310bf91e
New Crowdin translations by GitHub Action ( #8412 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-04 22:33:04 +11:00
github-actions[bot]
d11b7d3a7c
New Crowdin translations by GitHub Action ( #8355 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-02 21:46:12 +11:00
github-actions[bot]
6bf9a97f52
New Crowdin translations by GitHub Action ( #8348 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-24 21:15:17 +11:00
github-actions[bot]
aa1e23d455
New Crowdin translations by GitHub Action ( #8266 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-23 16:10:59 +11:00
github-actions[bot]
13ef30768f
New Crowdin translations by GitHub Action ( #8242 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-09 05:08:48 +00:00
github-actions[bot]
22929eb0ab
New Crowdin translations by GitHub Action ( #8141 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-18 13:59:01 +10:00
github-actions[bot]
9aab352a7e
New Crowdin translations by GitHub Action ( #8135 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-17 16:05:56 +10:00
github-actions[bot]
280a97816a
New Crowdin translations by GitHub Action ( #8108 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-16 23:28:44 +10:00
github-actions[bot]
e523bd73af
New Crowdin translations by GitHub Action ( #8045 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-11 09:40:50 +10:00