]> BookStack Code Mirror - website/commitdiff
Updated v23-10 post pre-release, and updated deploy server v23-10 lahoje/v23-10 twindscheif/v23-10
authorDan Brown <redacted>
Mon, 30 Oct 2023 11:42:28 +0000 (11:42 +0000)
committerDan Brown <redacted>
Mon, 30 Oct 2023 11:42:28 +0000 (11:42 +0000)
content/blog/2023/bookstack-release-v23-10.md
package.json

index c083dde8af6efe678c09c93e97a6c2c194bf5673..10fb5d4ce8f091cf4f390d63a65b5d0ebecc2036 100644 (file)
@@ -16,8 +16,6 @@ along with many other additions & improvements.
 * [Update instructions](/docs/admin/updates)
 * [GitHub release page](https://github.com/BookStackApp/BookStack/releases/tag/v23.10)
 
-TODO - Regen translation list, order by word count
-
 **Upgrade Notices**
 
 - **User Detail/Preference Changes** - Many of the URLs, paths and interfaces for user-self management have changed in this release. You may need to update any documentation or user guidance you may have surrounding users updating their own details or preferences.
@@ -185,34 +183,34 @@ Thanks to [@mrmuminov](https://github.com/BookStackApp/BookStack/pull/4527) for
 Upon the new language, once again a massive thanks to all the phenomenal polylingual professionals below
 that have contributed translation text since the last feature release:
 
+- toras9000 - *Japanese - 930 words*
+- 10935336 - *Chinese Simplified - 618 words*
 - Jan Mitrof (jan.kachlik) - *Czech - 474 words*
-- Indrek Haav (IndrekHaav) - *Estonian - 347 words*
+- sdhadi - *Persian - 468 words*
 - m0uch0 - *Spanish - 456 words*
-- scureza - *Italian - 427 words*
 - link1183 - *French - 448 words*
-- Maciej Lebiest (Szwendacz) - *Polish - 370 words*
-- sdhadi - *Persian - 468 words*
-- toras9000 - *Japanese - 930 words*
-- Sascha (Man-in-Black) - *German - 318 words*
-- Matthias Mai (schnapsidee) - *German Informal - 326 words*
-- 10935336 - *Chinese Simplified - 618 words*
+- scureza - *Italian - 427 words*
 - Éric Gaspar (erga) - *French - 424 words*
+- Maciej Lebiest (Szwendacz) - *Polish - 370 words*
+- Indrek Haav (IndrekHaav) - *Estonian - 347 words*
 - Tomislav Kraljević (tomislav.kraljevic) - *Croatian - 329 words*
-- Martin Sebek (sebekmartin) - *Czech - 135 words*
+- Matthias Mai (schnapsidee) - *German Informal - 326 words*
+- Sascha (Man-in-Black) - *German - 318 words*
 - Mohammadreza Madadi (madadi.efl) - *Persian - 165 words*
+- Martin Sebek (sebekmartin) - *Czech - 135 words*
 - Renan (rfpe) - *Portuguese, Brazilian - 135 words*
 - SmokingCrop - *Dutch - 110 words*
+- H.-H. Peng (Hsins) - *Chinese Traditional - 109 words*
 - Marco (cdrfun) - *German Informal; German - 72 words*
 - Guttorm Hveem (guttormhveem) - *Norwegian Nynorsk - 70 words*
 - David Bauer (davbauer) - *German - 64 words*
-- H.-H. Peng (Hsins) - *Chinese Traditional - 109 words*
-- Igor V Belousov (biv) - *Russian - 27 words*
 - ZZnOB (zznobzz) - *Russian - 36 words*
+- Igor V Belousov (biv) - *Russian - 27 words*
 - rupus - *Swedish - 22 words*
-- Jøran Haugli (haugli92) - *Norwegian Bokmal - 7 words*
 - TWME - *Chinese Traditional - 14 words*
-- developernecsys - *Norwegian Nynorsk - 4 words*
 - xuan LI (xuanli233) - *Chinese Simplified - 8 words*
+- Jøran Haugli (haugli92) - *Norwegian Bokmal - 7 words*
+- developernecsys - *Norwegian Nynorsk - 4 words*
 - Konstantin Kovacheli (kkovacheli) - *Ukrainian - 2 words*
 
 *\* Word counts are those tracked by Crowdin, indicating original EN words translated.*
index 003c5be4e63d798dc8b3fc3ecf6e9ee1fdf863c7..2be5c5cd71928304a46b57f5f20d52420e3ffec6 100644 (file)
@@ -12,7 +12,7 @@
     "build": "npm-run-all --sequential build:css:prod build:hugo:prod",
     "serve": "npm-run-all build:hugo:watch",
     "dev": "npm-run-all --parallel build:hugo:watch build:css:watch",
-    "deploy:server": "rsync -avx --delete --exclude '.git/' --exclude 'node_modules/' ./ sandcat:/var/www/bookstackapp.com/",
+    "deploy:server": "rsync -avx --delete --exclude '.git/' --exclude 'node_modules/' ./ bs-site:/var/www/bookstackapp.com/",
     "deploy": "npm-run-all --sequential build:css:prod build:hugo:prod deploy:server",
     "test": "echo \"Error: no test specified\" && exit 1"
   },