mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +03:00
Compare commits
No commits in common. "5436656aed01b0dadabc578fb16ef16c2f4ceb52" and "63f302b2ab30186a3b46984669814e3a62ef426e" have entirely different histories.
5436656aed
...
63f302b2ab
3 changed files with 13 additions and 11 deletions
6
.github/workflows/codeberg-mirror.yml
vendored
6
.github/workflows/codeberg-mirror.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Codeberg Mirroring
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
to_codeberg:
|
||||
|
@ -12,4 +14,4 @@ jobs:
|
|||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url: "git@codeberg.org:openvk/openvk.git"
|
||||
ssh_private_key: ${{ secrets.CODEBERG_MIRRORSSH }}
|
||||
ssh_private_key: ${{ secrets.CODEBERG_PRIVSSH }}
|
||||
|
|
|
@ -321,9 +321,9 @@ trim-extra-html-whitespace@1.3.0:
|
|||
integrity sha1-tH77DRpfKlaoXMRc6lJWUek0BM8=
|
||||
|
||||
ua-parser-js@^0.7.18:
|
||||
version "0.7.33"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.33.tgz#1d04acb4ccef9293df6f70f2c3d22f3030d8b532"
|
||||
integrity sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==
|
||||
version "0.7.28"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
|
||||
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==
|
||||
|
||||
uglify-js@^3.1.4:
|
||||
version "3.17.3"
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"birth_date" = "Birth date";
|
||||
"registration_date" = "Registration date";
|
||||
"hometown" = "Hometown";
|
||||
"this_is_you" = "it's you";
|
||||
"this_is_you" = "that is You";
|
||||
"edit_page" = "Edit page";
|
||||
"edit_group" = "Edit group";
|
||||
"change_status" = "change status";
|
||||
|
@ -620,15 +620,15 @@
|
|||
"notifications_post" = "$1 published $2a post$3 on your wall: $4";
|
||||
"notifications_appoint" = "$1 appointed you as community manager $2";
|
||||
|
||||
"nt_liked_yours" = "liked your";
|
||||
"nt_shared_yours" = "shared your";
|
||||
"nt_liked_yours" = "liked yours";
|
||||
"nt_shared_yours" = "shared yours";
|
||||
"nt_commented_yours" = "commented";
|
||||
"nt_written_on_your_wall" = "wrote on your wall";
|
||||
"nt_made_you_admin" = "appointed you in the community";
|
||||
|
||||
"nt_from" = "from";
|
||||
"nt_yours_adjective" = "your";
|
||||
"nt_yours_feminitive_adjective" = "your";
|
||||
"nt_yours_adjective" = "yours";
|
||||
"nt_yours_feminitive_adjective" = "yours";
|
||||
"nt_post_nominative" = "post";
|
||||
"nt_post_instrumental" = "post";
|
||||
"nt_note_instrumental" = "note";
|
||||
|
|
Loading…
Reference in a new issue