Commit Graph

40187 Commits

Author SHA1 Message Date
confused_techie
482ff706e4 [skip ci] Translations from Crowdin 2023-04-06 03:38:42 -07:00
confused_techie
84e3c1692a [skip ci] Translations from Crowdin 2023-04-05 05:11:36 -07:00
confused_techie
8c0d3e0f4e [skip ci] Translations from Crowdin 2023-04-05 05:11:36 -07:00
confused_techie
b061382f67 [skip ci] Translations from Crowdin 2023-04-05 05:11:35 -07:00
confused_techie
fb905ab1d7 [skip ci] Translations from Crowdin 2023-04-05 05:11:34 -07:00
confused_techie
cd9938a5a1 [skip ci] Translations from Crowdin 2023-04-05 05:11:33 -07:00
confused_techie
947ef67e24 [skip ci] Translations from Crowdin 2023-04-05 05:11:32 -07:00
confused_techie
9ad74b646d [skip ci] Translations from Crowdin 2023-04-05 05:11:31 -07:00
confused_techie
b8b912faee [skip ci] Translations from Crowdin 2023-04-05 05:11:31 -07:00
confused_techie
5dbc2fc2a5 [skip ci] Translations from Crowdin 2023-04-05 05:11:30 -07:00
confused_techie
dd7a3c70c6 [skip ci] Translations from Crowdin 2023-04-05 05:11:29 -07:00
confused_techie
958ef48ccb [skip ci] Translations from Crowdin 2023-04-05 05:11:28 -07:00
confused_techie
c03badb6a5 [skip ci] Translations from Crowdin 2023-04-05 05:11:27 -07:00
confused_techie
b79c6bb893 [skip ci] Translations from Crowdin 2023-04-05 05:11:26 -07:00
confused_techie
461977b944 [skip ci] Translations from Crowdin 2023-04-05 05:11:25 -07:00
confused_techie
d2f5f6c78f [skip ci] Translations from Crowdin 2023-04-05 05:11:24 -07:00
confused_techie
eb08c7afde [skip ci] Translations from Crowdin 2023-04-05 05:11:24 -07:00
confused_techie
1da5f31610 [skip ci] Translations from Crowdin 2023-04-05 05:11:23 -07:00
confused_techie
1f1306398d [skip ci] Translations from Crowdin 2023-04-05 04:04:48 -07:00
confused_techie
c17d5d64dc [skip ci] Translations from Crowdin 2023-04-05 04:04:47 -07:00
confused_techie
69472151b4 [skip ci] Translations from Crowdin 2023-04-05 04:04:47 -07:00
confused_techie
1fe0f74093
Merge pull request #406 from savetheclocktower/settings-view-update-package-snippets-view
[settings-view] Update package snippets view to reflect new features
2023-04-04 21:56:31 -07:00
confused_techie
c04aea2fb6
Merge branch 'master' into settings-view-update-package-snippets-view 2023-04-04 21:56:24 -07:00
Meadowsys
7590a6b0fd
merge PR #446: Create i18n API 2023-04-04 18:38:40 -07:00
Meadowsys
694486b216
preload "en", and preload for core too 2023-04-04 15:19:37 -07:00
confused-Techie
252065412e GH Action Documentation 2023-04-03 23:09:11 +00:00
confused_techie
bee6509039
Merge pull request #405 from pulsar-edit/update-autocomplete-html
Add Automated updating of `autocomplete-html` `completions.json`
2023-04-03 16:06:09 -07:00
confused_techie
7cfa5515b9
Merge pull request #450 from oakmac/patch-1
docs: fix markdown links in packages README
2023-04-03 15:58:36 -07:00
Meadowsys
0e8e791431
Implement some suggestions
Co-authored-by: confused-Techie <dev@lhbasics.com>
2023-04-02 23:20:15 -07:00
Meadowsys
1d55f42324
oops 2023-04-02 22:46:04 -07:00
Meadowsys
1ed9a0a3f6
fix accidental wrong indent in cson
oops lol
2023-04-02 13:21:15 -07:00
Meadowsys
d1b24d010d
fix codacy warning 2023-04-01 23:18:21 -07:00
Meadowsys
342a8399ef
do some cleanup 2023-04-01 21:25:26 -07:00
Meadowsys
037e48302d
provide (namespaced) t through package activate()
Provided as second argument, so, `activate(_, { t })`
2023-04-01 19:11:32 -07:00
Meadowsys
fbcd6c5cab
translate linux menus, fix silly bug on macos lol 2023-04-01 02:09:37 -07:00
Meadowsys
04b564add3
fix config schema
Move them all to the dynamic place, so that its consistently in one place, and remove the last 2 settings that aren't currently in use
2023-04-01 00:14:06 -07:00
Meadowsys
ec53f2d842
this can be moved out 2023-03-31 22:58:58 -07:00
Meadowsys
c7b5d7c84d
cache message formatters 2023-03-31 22:50:07 -07:00
Meadowsys
0030680971
no this is done lol 2023-03-31 16:52:27 -07:00
Meadowsys
5c117abc26
move this down here (because i think it makes more sense) 2023-03-31 16:47:46 -07:00
Meadowsys
af19634773
implement onDidDeactivatePackage 2023-03-31 16:47:07 -07:00
Meadowsys
126d8c1696
remove this todo
imagine a scenario, a cache just got loaded, it contains keys for strings that no longer exist, and the app still requests those strings, and then the cache would return it? this would be a bug that's hidden, since we would want to know that the string is missing. Currently we look for the real thing first, so this bug doesn't exist
2023-03-31 16:40:24 -07:00
Meadowsys
38f985945a
lol remove debug logging statement 2023-03-31 16:32:04 -07:00
Meadowsys
fff1bad09d
implement debounced save 2023-03-31 16:26:05 -07:00
Meadowsys
be7e0c036f
implement saving and loading caches
loading is done at startup if present, saving not yet implemented
2023-03-31 11:00:13 -07:00
Meadowsys
33748c3947
implement (inmemory) cache cleaning 2023-03-31 01:37:04 -07:00
Meadowsys
76d7964180
h 2023-03-31 01:12:45 -07:00
Meadowsys
67c128b9fc
implement cache (inmemory for now) 2023-03-31 01:11:23 -07:00
Meadowsys
c9a34726bc
oops 2023-03-30 20:21:13 -07:00
Meadowsys
feb3a23f33
format,
sorry this was bothering me lol
2023-03-30 17:41:53 -07:00