Damien Elmes
|
780f32b8ae
|
fix new Clippy lints
|
2020-11-25 09:12:19 +10:00 |
|
Damien Elmes
|
9d0b3759fc
|
update Rust version
|
2020-11-25 09:02:49 +10:00 |
|
Damien Elmes
|
838e2292f2
|
--no-times made running on macOS slower
|
2020-11-24 21:41:09 +10:00 |
|
Damien Elmes
|
07e814ded5
|
clean up GHA workflow
wheel uploading to pypi will be handled separately for future releases
|
2020-11-24 21:00:38 +10:00 |
|
Damien Elmes
|
3923f56cbf
|
fix clippy lints
|
2020-11-24 20:13:05 +10:00 |
|
Damien Elmes
|
b55fd93cab
|
manual tag on rslib was preventing clippy lints
|
2020-11-24 20:10:16 +10:00 |
|
Damien Elmes
|
d7cded4ae1
|
fix compilation of rslib outside Bazel
fixes code completion
|
2020-11-24 18:51:19 +10:00 |
|
Damien Elmes
|
c9b3ed1eae
|
switch to workspace for Rust code
|
2020-11-24 18:41:03 +10:00 |
|
Damien Elmes
|
4abf244101
|
update rust deps
|
2020-11-24 16:57:37 +10:00 |
|
Damien Elmes
|
1aa4df061b
|
use maybe in repo defs
|
2020-11-24 16:42:10 +10:00 |
|
Damien Elmes
|
84a60b2545
|
update rules_rust
|
2020-11-24 16:37:30 +10:00 |
|
Damien Elmes
|
d83b1a2fe1
|
update translations
|
2020-11-22 16:26:27 +10:00 |
|
Damien Elmes
|
0c08ff5317
|
Merge pull request #835 from abdnh/init-lang
Set up default language before loading profile
|
2020-11-22 16:25:44 +10:00 |
|
Damien Elmes
|
8056ff0014
|
fluent-syntax depends on six
|
2020-11-22 16:20:42 +10:00 |
|
Damien Elmes
|
d85d0b88a1
|
Merge branch 'master' into init-lang
|
2020-11-22 16:10:49 +10:00 |
|
Damien Elmes
|
5cd04f23f1
|
Merge pull request #834 from RumovZ/update-re-func
Replace text_to_re with to_re
|
2020-11-22 16:02:05 +10:00 |
|
Damien Elmes
|
5e16c7655d
|
update translations
|
2020-11-22 16:00:25 +10:00 |
|
Damien Elmes
|
1e8e4ee603
|
move other i18n scripts to ftl/
|
2020-11-22 15:41:14 +10:00 |
|
Damien Elmes
|
52617511b0
|
automatically format/check ftl files
|
2020-11-22 15:30:59 +10:00 |
|
Damien Elmes
|
0b848eae56
|
update remaining python format strings to Fluent
|
2020-11-22 14:57:53 +10:00 |
|
Damien Elmes
|
751e8183c4
|
update translations
update translations
|
2020-11-22 14:36:51 +10:00 |
|
abdo
|
7d7745fbb5
|
Set up default language before loading profile
We can make more strings translatable this way.
|
2020-11-21 05:29:23 +03:00 |
|
Damien Elmes
|
a4d70c88e3
|
remove make dependency in packaged Linux build
|
2020-11-20 19:33:40 +10:00 |
|
RumovZ
|
347c547e10
|
Add tests for conversion functions in text.rs
|
2020-11-20 09:45:53 +01:00 |
|
RumovZ
|
0fc84d19b2
|
Replace text.rs/text_to_re with text.rs/to_re
|
2020-11-20 09:23:25 +01:00 |
|
Damien Elmes
|
e23d40e850
|
Merge pull request #823 from RumovZ/rework-search-parser
Rework search parser
|
2020-11-20 16:22:12 +10:00 |
|
Damien Elmes
|
f7fcdca54c
|
Merge pull request #833 from abdnh/setdeflang-fix
Initialize translation system to default language on first run
|
2020-11-20 16:11:13 +10:00 |
|
Damien Elmes
|
2d23c33874
|
Merge pull request #832 from abdnh/fix-exporter-desc
Fix description of exporters
|
2020-11-20 16:10:43 +10:00 |
|
abdo
|
36319f1291
|
Initialize translation system to default language on first run
The setlang screen was trying to use the translation system before
we initialize it.
|
2020-11-20 06:18:51 +03:00 |
|
abdo
|
e3b4802f47
|
Fix description of exporters
Description broke yet again with the full migration to Fluent
|
2020-11-19 23:52:46 +03:00 |
|
RumovZ
|
cb2c19aced
|
Add Python test for tag whitespace
Assert tag matches do not occur across different tags.
|
2020-11-19 09:28:19 +01:00 |
|
Damien Elmes
|
7fe41a364a
|
add script to extract FTL strings
|
2020-11-19 11:26:09 +10:00 |
|
Damien Elmes
|
ea1bb4fb89
|
Merge pull request #830 from abdnh/fix-titles
Strip isolation characters from more strings
|
2020-11-19 08:49:23 +10:00 |
|
Damien Elmes
|
7c57e5044b
|
mark created deck parents as modified
Thanks to cecini for the original report. Closes #831:
https://github.com/ankitects/anki/pull/831
|
2020-11-19 08:48:43 +10:00 |
|
RumovZ
|
785540bddc
|
Revert changes to normalisation handling
Handle norm calls individually in write_search_node_to_sql again.
|
2020-11-18 23:46:27 +01:00 |
|
RumovZ
|
6e51bad7db
|
Implement the prefix r: to search for raw input
|
2020-11-18 22:26:51 +01:00 |
|
abdo
|
f67e319f1f
|
Strip isolation characters from more strings
|
2020-11-18 18:03:04 +03:00 |
|
Damien Elmes
|
c1d15a8e1f
|
quieten MathJax
|
2020-11-18 21:34:44 +10:00 |
|
RumovZ
|
88d66fc939
|
Remove space for contributors check... again?
|
2020-11-18 09:25:35 +01:00 |
|
RumovZ
|
c185fb966b
|
Merge branch 'master' into rework-search-parser
Conflicts:
rslib/src/search/sqlwriter.rs
|
2020-11-18 09:04:04 +01:00 |
|
Damien Elmes
|
fcb3283a9d
|
move ftl into top level ftl/ folder; make it source of truth for aqt
This avoids the need to modify the external repo before new strings
can be used in aqt.
|
2020-11-18 16:20:58 +10:00 |
|
Damien Elmes
|
a86ce5a1d4
|
remove print statement from unit tests
|
2020-11-18 13:56:44 +10:00 |
|
Damien Elmes
|
98a4a1927a
|
formatting fix
|
2020-11-18 13:48:23 +10:00 |
|
Damien Elmes
|
353e60a7b2
|
update translations
|
2020-11-18 13:46:31 +10:00 |
|
Damien Elmes
|
c9a6fe4aab
|
update synci18n.py
|
2020-11-18 13:43:25 +10:00 |
|
Damien Elmes
|
c1e6149a1b
|
fix browser updateTitle()
|
2020-11-18 13:40:21 +10:00 |
|
Damien Elmes
|
1c5f94d46f
|
strip out unused gettext refs
|
2020-11-18 13:22:51 +10:00 |
|
Damien Elmes
|
ab69ca31ec
|
update translations
update translations
|
2020-11-18 12:53:19 +10:00 |
|
Damien Elmes
|
ffa26fe4bc
|
fix remaining _() references; remove unused imports
|
2020-11-18 12:43:46 +10:00 |
|
Damien Elmes
|
ba336d5de3
|
update multi-line _() references
|
2020-11-18 11:32:22 +10:00 |
|