Commit Graph

1289 Commits

Author SHA1 Message Date
Oğuz Ersen
4fd0d1f931
Translated using Weblate (Turkish)
Currently translated at 100.0% (108 of 108 strings)

Translation: pixelplanet/server
Translate-URL: https://hosted.weblate.org/projects/pixelplanet/server/tr/
2024-03-09 12:55:25 +01:00
7bd7770f19
Translated using Weblate (Russian)
Currently translated at 100.0% (108 of 108 strings)

Translation: pixelplanet/server
Translate-URL: https://hosted.weblate.org/projects/pixelplanet/server/ru/
2024-03-09 12:55:25 +01:00
Oğuz Ersen
f18aef371f
Translated using Weblate (Turkish)
Currently translated at 90.1% (340 of 377 strings)

Translation: pixelplanet/client
Translate-URL: https://hosted.weblate.org/projects/pixelplanet/client/tr/
2024-03-09 12:55:25 +01:00
Hosted Weblate
663605d9fd
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pixelplanet/server
Translate-URL: https://hosted.weblate.org/projects/pixelplanet/server/
2024-03-09 12:55:25 +01:00
Hosted Weblate
1422b67437
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pixelplanet/client
Translate-URL: https://hosted.weblate.org/projects/pixelplanet/client/
2024-03-09 12:55:25 +01:00
HF
c776de28d6 update translation tamplate and readme 2024-03-09 12:55:02 +01:00
HF
5d6cfb0486 update templates 2024-03-09 04:15:55 +01:00
HF
95ce15df4a update readme 2024-03-09 04:13:05 +01:00
HF
46cd84b779 update README
GPLv3 -> AGPLv3
2024-03-09 04:04:07 +01:00
HF
a947eab21e update readme 2024-03-09 03:29:17 +01:00
HF
5a5ccb1ce3 rename lc-cc.json 2024-03-09 02:47:48 +01:00
HF
59547f6320 remove country code from ssr- files 2024-03-09 02:32:34 +01:00
HF
ffe9b52b54 add language code to country code mapping josn file 2024-03-09 02:29:42 +01:00
HF
ff9d6b836b language code for georgian is ka 2024-03-09 02:05:29 +01:00
HF
d67c5f86d7 update translation files 2024-03-09 01:16:44 +01:00
HF
45fc4b4d9c final commit v1.0 2023-12-21 19:01:52 +01:00
HF
18d9828b2b silently fail when pixellog file doesn't exist
fix #76
2023-12-13 12:15:17 +01:00
HF
9c5596d86a only extract langs from server when full build 2023-12-13 11:25:24 +01:00
HF
8d41c6533d don't require server restart on client changes,
by watching the asset files and reloading if changed
2023-12-13 11:11:25 +01:00
HF
058290aa16 do minifyCss right after cleaning assets
Use hashes in css filenames again
2023-12-13 11:10:07 +01:00
HF
0a4199e633 make example ecosystem.yml watch the server script for changes 2023-12-13 10:58:13 +01:00
HF
05298604b1 fix image link in mail 2023-12-13 10:57:12 +01:00
HF
260f6a6210 fix typo 2023-12-13 04:05:16 +01:00
HF
fb87a18bd7 update deployment scripts 2023-12-13 04:01:34 +01:00
HF
1304dfb4ba change all logger prefixes 2023-12-13 03:45:11 +01:00
HF
eb6c76c1b6 add shard names to logfile names 2023-12-13 03:18:14 +01:00
HF
6ecffafd00 remove assets.json from deployement scripts 2023-12-13 02:07:46 +01:00
HF
d8042552d8 move langage-code-to-country-code mapping into ssr filename 2023-12-13 02:04:55 +01:00
HF
3895bf292a only extract languages on full builds 2023-12-13 01:41:32 +01:00
hf
dddc0d0823 Merge pull request 'Add ge translation' (#91) from sallbet/pixelplanet-fork:translations into master
Reviewed-on: ppfun/pixelplanet#91
2023-12-13 00:36:09 +00:00
HF
b5ccda251c use multiple processes while building
extract langs on production builds not on dev
update webpack
2023-12-13 01:30:02 +01:00
HF
ab840c6f23 default to english only production build in webpack config 2023-12-12 20:33:05 +01:00
HF
3aad00dca7 allow building of only specfic languages,
english is not a required locale anymore
2023-12-12 20:30:39 +01:00
HF
872c3a5659 clean webpack cache on full build
add option to clena assets
2023-12-12 18:58:53 +01:00
HF
997d887cfd dont generate styleassets.json 2023-12-12 18:58:34 +01:00
HF
b48821e92e no-cache on http requests depending on cookies
(etag reevaluation still works)
2023-12-12 18:57:40 +01:00
HF
a3edd2cb44 use sting 'en' for english translation instead of 'default' 2023-12-12 17:58:59 +01:00
HF
6d3b6edd8a cache all language builds in the same folder
write custom webpack loader to invalidate language specific files
choose most recent asset based on mtime rather than birthtime
2023-12-12 17:58:06 +01:00
HF
22b9cf2612 make asset detection smarter 2023-12-11 22:26:16 +01:00
HF
b5d48be01f renaming entry points fixes different three.js compilations weirdly 2023-12-11 22:11:55 +01:00
HF
af97cf7ec8 don't clean dist directory before build 2023-12-11 22:11:39 +01:00
HF
bcc489eff9 fix etag caching when run on localhost
(languages were not possible to be selected if run locally, cause of
aggressive caching)
2023-12-11 20:56:26 +01:00
HF
6b0404b66d THREE.js doesn't like the timestamp name,
cause every language bundle builds its own three.js
change order of script insertion (vendor before client)
2023-12-11 20:54:52 +01:00
HF
d2fa61f3c6 use port 5000 on example ecosystem.yml 2023-12-11 16:49:27 +01:00
HF
fe8541bcbf save cookie by hostname instead of host, because cookies don't like
ports
2023-12-11 16:48:47 +01:00
HF
8544c42e7b deprecate assets.json by reading the assets directory ourselves,
use build timestamp instead of hash in filename
fix #92
2023-12-11 16:48:26 +01:00
878f2cd269
Add ge translation 2023-12-01 17:51:32 +03:00
HF
72561d9752 change pixeltraa script 2023-11-24 11:06:59 +01:00
HF
16a889c5e8 fa maps to country code ir for iran
pr -> fa (language code for persian)
2023-10-09 21:58:07 +02:00
hf
0c18500e87 Merge pull request 'Add sc and persian translation' (#85) from sallbet/pixelplanet-fork:translations into master
Reviewed-on: ppfun/pixelplanet#85
2023-10-09 19:51:29 +00:00