diff --git a/README.ca.md b/README.ca.md new file mode 100644 index 0000000..d89c8ee --- /dev/null +++ b/README.ca.md @@ -0,0 +1,21 @@ +Benvingut a l'Escola de Llenguatge Assemblador de FFmpeg. Has donat el primer pas en el viatge més interesant, +desafiant i gratificant de la programació. Aquestes lliçons us proporcionaran una base de com s'utilitza +l'assemblador a FFmpeg i us obriran els ulls al que realment passa al vostre ordenateur. + +**Coneixements necessaris** + +* Coneixement de C, en particular de punters. Si no saps C, estudia el llibre [The C Programming Language](https://en.wikipedia.org/wiki/The_C_Programming_Language) +* Matemàtiques de secundària (escalars vs vectors, suma, multiplicació, etc.) + +**Lliçons** + +En aquest repositori de Git hi ha lliçons i tasques (encara no pujades) que corresponen a cada lliçó. Al final de les lliçons, pots contribuir a FFmpeg. + +Hi ha un servidor de Discord disponible per a respondre preguntes: +https://discord.com/invite/Ks5MhUhqfB + +**Traduccions** + +* [English](./README.md) +* [Français](./README.fr.md) +* [Español](./README.es.md) diff --git a/README.es.md b/README.es.md index 7c9a91a..8d30174 100644 --- a/README.es.md +++ b/README.es.md @@ -15,4 +15,5 @@ https://discord.com/invite/Ks5MhUhqfB **Traducciones** * [English](./README.md) -* [Français](./README.fr.md) \ No newline at end of file +* [Français](./README.fr.md) +* [Català](./README.ca.md) \ No newline at end of file diff --git a/README.fr.md b/README.fr.md index b9b1fa8..7464cc5 100644 --- a/README.fr.md +++ b/README.fr.md @@ -15,4 +15,5 @@ https://discord.com/invite/Ks5MhUhqfB **Traductions** * [English](./README.md) -* [Spanish](./README.es.md) \ No newline at end of file +* [Spanish](./README.es.md) +* [Català](./README.ca.md) \ No newline at end of file diff --git a/README.md b/README.md index 67c4007..087ccfb 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,5 @@ https://discord.com/invite/Ks5MhUhqfB **Translations** * [Français](./README.fr.md) -* [Spanish](./README.es.md) \ No newline at end of file +* [Spanish](./README.es.md) +* [Català](./README.ca.md) \ No newline at end of file