Combining different language versions to create a multi-language deck #621
Replies: 2 comments 2 replies
-
I don't know how much tinkering you have in mind! You'd need to:
(Approximately: the first mainly manages how the columns in the source CSVs ( Our "build/import" process is as follows: graph LR;
A[src/*] -- BrainBrew --> B[CrowdAnki JSON];
B -- CrowdAnki --> C[Anki deck];
where the first part is usually run by us (to generate the "released" CrowdAnki decks/JSON files) and the second part usually run by the user. In this case you'll need to run BrainBrew yourself (see https://github.com/anki-geo/ultimate-geography/blob/master/CONTRIBUTING.md#getting-started). Unfortunately, BrainBrew, while extremely flexible and generally amazing, has slightly complicated recipe files, so please do ask if something is not entirely clear! |
Beta Was this translation helpful? Give feedback.
-
Just adding my two cents here: the solution of importing the decks separately (and therefore keeping their respective cards separate) has the advantage of also keeping your progress separate for each language - i.e. if you add a new language later, then the new cards will be identified as "new", independently from all the other cards you've already learnt. If you merge all the languages together into the same cards, then when you add a new language, the content of the cards will be updated but their progresses will not be reset. Maybe that's what you want but I thought I'd point it out just in case. 😁 I should also mention that the specific problem of the duplicated map/flag cards can be solved in multiple ways:
|
Beta Was this translation helpful? Give feedback.
-
Is there an easy way to combine fields from multiple translations to create a deck which shows the Country and Capital fields in multiple languages? For example:
I´m currently learning German and already know both English and Spanish. I've been studying the Spanish version of the deck but I'd also like to do so for both German and English as well. While I could download each of the decks separately, that would significantly increase the number of cards I'd have to study. I also don't really need to relearn the location and flag of say Lettland. I just need to associate it with its English name of Latvia.
I don't mind having to do a bit of tinkering to make this work. But given my unfamiliarity with how the deck building process of AUG works, I figured it'd be best to first ask if y'all had any thoughts on the best way of doing it. Or if it would simply be more trouble than its worth?
Beta Was this translation helpful? Give feedback.
All reactions