1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Commit graph

21160 commits

Author SHA1 Message Date
Caleb Mazalevskis
5b8c6f9e9f
Fix untranslatable translation string.
Instead of splitting the strings in two to encompass the variable, better
to merge as one string and then pull the variable using sprintf.

Splitting as two means it would only be possible to translate the strings
sensibly to languages which use the same SVO (Subject-Object-Verb) word
order as English. For languages with different word order, subsequent
translations would make no sense.

By merging as one string, word order doesn't matter anymore, because
translations can be arranged however needed.
2024-03-25 23:30:21 +08:00
Daniel Neto
b28162ba03 Merge branch 'master' of https://github.com/WWBN/AVideo 2024-03-25 11:58:08 -03:00
Daniel Neto
0fd91613f9 Update 2024-03-25 11:58:05 -03:00
Daniel Neto
0b9f98ee1b
Merge pull request #8923 from WWBN/dependabot/composer/stripe/stripe-php-13.15.0
Bump stripe/stripe-php from 13.14.0 to 13.15.0
2024-03-25 07:05:40 -03:00
Daniel Neto
39a683b080
Merge pull request #8922 from WWBN/dependabot/composer/amphp/amp-2.6.4
Bump amphp/amp from 2.6.2 to 2.6.4
2024-03-25 07:04:45 -03:00
Daniel Neto
a4fe0029ec
Merge pull request #8921 from WWBN/dependabot/composer/google/apiclient-services-0.341.0
Bump google/apiclient-services from 0.340.0 to 0.341.0
2024-03-25 07:03:58 -03:00
Daniel Neto
04f85eb611
Merge pull request #8920 from WWBN/dependabot/composer/bunnycdn/storage-3.0.0
Bump bunnycdn/storage from 2.1.0 to 3.0.0
2024-03-25 07:02:08 -03:00
dependabot[bot]
7f589fe04f
Bump stripe/stripe-php from 13.14.0 to 13.15.0
Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 13.14.0 to 13.15.0.
- [Release notes](https://github.com/stripe/stripe-php/releases)
- [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-php/compare/v13.14.0...v13.15.0)

---
updated-dependencies:
- dependency-name: stripe/stripe-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 10:01:41 +00:00
dependabot[bot]
70032600c1
Bump amphp/amp from 2.6.2 to 2.6.4
Bumps [amphp/amp](https://github.com/amphp/amp) from 2.6.2 to 2.6.4.
- [Release notes](https://github.com/amphp/amp/releases)
- [Changelog](https://github.com/amphp/amp/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/amphp/amp/compare/v2.6.2...v2.6.4)

---
updated-dependencies:
- dependency-name: amphp/amp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 10:01:29 +00:00
dependabot[bot]
def9aba9e3
Bump google/apiclient-services from 0.340.0 to 0.341.0
Bumps [google/apiclient-services](https://github.com/googleapis/google-api-php-client-services) from 0.340.0 to 0.341.0.
- [Release notes](https://github.com/googleapis/google-api-php-client-services/releases)
- [Commits](https://github.com/googleapis/google-api-php-client-services/compare/v0.340.0...v0.341.0)

---
updated-dependencies:
- dependency-name: google/apiclient-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 10:01:18 +00:00
Daniel Neto
bb2283c48b
Merge pull request #8919 from WWBN/dependabot/composer/aws/aws-sdk-php-3.301.6
Bump aws/aws-sdk-php from 3.301.1 to 3.301.6
2024-03-25 07:01:11 -03:00
dependabot[bot]
e2febe108e
Bump bunnycdn/storage from 2.1.0 to 3.0.0
Bumps [bunnycdn/storage](https://github.com/BunnyWay/BunnyCDN.PHP.Storage) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/BunnyWay/BunnyCDN.PHP.Storage/releases)
- [Changelog](https://github.com/BunnyWay/BunnyCDN.PHP.Storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BunnyWay/BunnyCDN.PHP.Storage/compare/2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: bunnycdn/storage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 10:01:08 +00:00
dependabot[bot]
cc6603761c
Bump aws/aws-sdk-php from 3.301.1 to 3.301.6
Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.301.1 to 3.301.6.
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](https://github.com/aws/aws-sdk-php/compare/3.301.1...3.301.6)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 10:00:59 +00:00
Daniel Neto
b05c0cffcd
Merge pull request #8918 from WWBN/dependabot/npm_and_yarn/tinymce-7.0.0
Bump tinymce from 6.8.3 to 7.0.0
2024-03-25 06:21:25 -03:00
dependabot[bot]
041884630b
Bump tinymce from 6.8.3 to 7.0.0
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.8.3 to 7.0.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.0.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 09:19:18 +00:00
Daniel Neto
939bc379b4
Merge pull request #8917 from WWBN/dependabot/npm_and_yarn/videojs-contrib-ads-7.5.0
Bump videojs-contrib-ads from 7.4.0 to 7.5.0
2024-03-25 06:17:57 -03:00
dependabot[bot]
7b681e3457
Bump videojs-contrib-ads from 7.4.0 to 7.5.0
Bumps [videojs-contrib-ads](https://github.com/videojs/videojs-contrib-ads) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/videojs/videojs-contrib-ads/releases)
- [Changelog](https://github.com/videojs/videojs-contrib-ads/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/videojs-contrib-ads/compare/v7.4.0...v7.5.0)

---
updated-dependencies:
- dependency-name: videojs-contrib-ads
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 09:17:11 +00:00
Daniel Neto
5debabc739
Merge pull request #8916 from WWBN/dependabot/npm_and_yarn/dexie-3.2.7
Bump dexie from 3.2.6 to 3.2.7
2024-03-25 06:16:50 -03:00
dependabot[bot]
705725233b
Bump dexie from 3.2.6 to 3.2.7
Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 3.2.6 to 3.2.7.
- [Release notes](https://github.com/dfahlander/Dexie.js/releases)
- [Commits](https://github.com/dfahlander/Dexie.js/compare/v3.2.6...v3.2.7)

---
updated-dependencies:
- dependency-name: dexie
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 09:16:36 +00:00
Daniel Neto
8e40eebdbe
Merge pull request #8915 from WWBN/dependabot/github_actions/dependabot/fetch-metadata-2.0.0
Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
2024-03-25 06:08:50 -03:00
dependabot[bot]
5aedd11ba0
Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 09:08:35 +00:00
Daniel Neto
5edac432b4 Update 2024-03-22 14:13:46 -03:00
Daniel Neto
c196e30042 Location update 2024-03-22 12:31:21 -03:00
Daniel Neto
900639241f Update 2024-03-22 10:31:56 -03:00
Daniel Neto
71f3273aee Update 2024-03-21 21:08:50 -03:00
Daniel Neto
0a370ffdc0 Update 2024-03-21 20:50:01 -03:00
Daniel Neto
e5ccca2d1b Update 2024-03-21 20:45:57 -03:00
Daniel Neto
ea39ee8735 Update 2024-03-21 20:43:30 -03:00
Daniel Neto
36fd0bb883 Update 2024-03-21 20:40:44 -03:00
Daniel Neto
a253967c75 Update 2024-03-21 19:42:56 -03:00
Daniel Neto
dea21a0faa Update 2024-03-21 19:30:34 -03:00
Daniel Neto
7323852abb Update 2024-03-21 19:14:02 -03:00
Daniel Neto
4b294fcd95 Update 2024-03-21 19:10:57 -03:00
Daniel Neto
a526bf9eb9 Update 2024-03-21 19:03:52 -03:00
Daniel Neto
cd1a22fd0e Update 2024-03-21 19:01:47 -03:00
Daniel Neto
635d73b343 Update 2024-03-21 18:57:38 -03:00
Daniel Neto
2ba95dcb68 Update 2024-03-21 18:50:18 -03:00
Daniel Neto
335d80b0d1 Update 2024-03-21 18:42:47 -03:00
Daniel Neto
aef89542a2 Update 2024-03-21 18:33:13 -03:00
Daniel Neto
f63558b407 Update 2024-03-21 18:23:05 -03:00
Daniel Neto
06bc839744 Update 2024-03-21 18:20:33 -03:00
Daniel Neto
40d9c58e5b Update 2024-03-21 18:18:26 -03:00
Daniel Neto
c0d0125d81 Update 2024-03-21 18:13:59 -03:00
Daniel Neto
2d246c7839 Update 2024-03-21 18:13:08 -03:00
Daniel Neto
cd9e4cb759 Update 2024-03-21 18:11:52 -03:00
Daniel Neto
846b756a08 Update 2024-03-21 18:10:17 -03:00
Daniel Neto
5217083a88 Update 2024-03-21 18:09:11 -03:00
Daniel Neto
3f6c021ade Update 2024-03-21 18:07:39 -03:00
Daniel Neto
a0a22a9ec7 Update 2024-03-21 18:03:23 -03:00
Daniel Neto
e7532d2f19 Update 2024-03-21 17:46:05 -03:00