Package: release-notes Severity: normal Tags: patch Hello,
I think we should enable mips64el in the release notes, as it is a release architecture. Here is a patch doing it. The second one update all language.ent translation files already using arch-title entity. (No, I'm not polyglot ! It's just copy/paste, and I intent to ask for review on the translators ML) I can commit next week(-end) if nobody tell me the opposite. Baptiste -- System Information: Debian Release: 8.7
Index: de/language.ent =================================================================== --- de/language.ent (révision 11343) +++ de/language.ent (copie de travail) @@ -22,6 +22,7 @@ --><phrase arch='ia64'>IA-64</phrase><!-- --><phrase arch='mips'>Mips</phrase><!-- --><phrase arch='mipsel'>Mipsel</phrase><!-- + --><phrase arch='mips64el'>64-Bit Mipsel</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- --><phrase arch='ppc64el'>PowerPC 64-Bit Little-Endian</phrase><!-- --><phrase arch='sparc'>SPARC</phrase><!-- Index: fr/language.ent =================================================================== --- fr/language.ent (révision 11343) +++ fr/language.ent (copie de travail) @@ -18,10 +18,11 @@ --><phrase arch='armhf'>ARMv7 (ARM avec unité de calcul flottant)</phrase><!-- --><phrase arch='i386'>PC 32 bits</phrase><!-- --><phrase arch='ia64'>IA-64</phrase><!-- - --><phrase arch='mips'>Mips</phrase><!-- - --><phrase arch='mipsel'>Mipsel</phrase><!-- + --><phrase arch='mips'>Mips 32 bits (grand boutien)</phrase><!-- + --><phrase arch='mipsel'>Mips 32 bits (petit boutien)</phrase><!-- + --><phrase arch='mips64el'>Mips 64 bits (petit boutien)</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- - --><phrase arch='ppc64el'>PowerPC 64 bits petit-boutiste</phrase><!-- + --><phrase arch='ppc64el'>PowerPC 64 bits (petit boutien)</phrase><!-- --><phrase arch='sparc'>SPARC</phrase><!-- --><phrase arch='s390'>S/390</phrase><!-- --><phrase arch='s390x'>System z</phrase><!-- Index: it/language.ent =================================================================== --- it/language.ent (révision 11343) +++ it/language.ent (copie de travail) @@ -20,6 +20,7 @@ --><phrase arch='ia64'>IA-64</phrase><!-- --><phrase arch='mips'>Mips</phrase><!-- --><phrase arch='mipsel'>Mipsel</phrase><!-- + --><phrase arch='mips64el'>Mipsel a 64 bit</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- --><phrase arch='ppc64el'>PowerPC little-endian a 64 bit</phrase><!-- --><phrase arch='sparc'>SPARC</phrase><!-- Index: ja/language.ent =================================================================== --- ja/language.ent (révision 11343) +++ ja/language.ent (copie de travail) @@ -21,6 +21,7 @@ --><phrase arch='ia64'>IA-64</phrase><!-- --><phrase arch='mips'>mips</phrase><!-- --><phrase arch='mipsel'>mipsel</phrase><!-- + --><phrase arch='mips64el'>64 ビット mipsel</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- --><phrase arch='ppc64el'>64 ビットリトルエンディアン PowerPC</phrase><!-- --><phrase arch='sparc'>SPARC</phrase><!-- Index: pl/language.ent =================================================================== --- pl/language.ent (révision 11343) +++ pl/language.ent (copie de travail) @@ -21,6 +21,7 @@ --><phrase arch='ia64'>IA-64</phrase><!-- --><phrase arch='mips'>Mips</phrase><!-- --><phrase arch='mipsel'>Mipsel</phrase><!-- + --><phrase arch='mips64el'>64-bitowe Mipsel</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- --><phrase arch='ppc64el'>64-bitowe PowerPC (little-endian)</phrase><!-- --><phrase arch='sparc'>SPARC</phrase><!-- Index: pt-br/language.ent =================================================================== --- pt-br/language.ent (révision 11343) +++ pt-br/language.ent (copie de travail) @@ -21,6 +21,7 @@ --><phrase arch='ia64'>IA-64</phrase><!-- --><phrase arch='mips'>Mips</phrase><!-- --><phrase arch='mipsel'>Mipsel</phrase><!-- + --><phrase arch='mips64el'>Mipsel 64 bits</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- --><phrase arch='ppc64el'>PowerPC 64 bits</phrase><!-- --><phrase arch='sparc'>SPARC</phrase><!--
Index: release-notes.ent =================================================================== --- release-notes.ent (révision 11343) +++ release-notes.ent (copie de travail) @@ -76,6 +76,7 @@ --><phrase arch='i386'>i386</phrase><!-- --><phrase arch='mips'>mips</phrase><!-- --><phrase arch='mipsel'>mipsel</phrase><!-- + --><phrase arch='mips64el'>mips64el</phrase><!-- --><phrase arch='powerpc'>powerpc</phrase><!-- --><phrase arch='ppc64el'>ppc64el</phrase><!-- --><phrase arch='s390'>s390</phrase><!-- @@ -89,6 +90,7 @@ --><phrase arch='i386'>32-bit PC</phrase><!-- --><phrase arch='mips'>32-bit MIPS (big endian)</phrase><!-- --><phrase arch='mipsel'>32-bit MIPS (little endian)</phrase><!-- + --><phrase arch='mips64el'>64-bit MIPS (little endian)</phrase><!-- --><phrase arch='powerpc'>PowerPC</phrase><!-- --><phrase arch='ppc64el'>64-bit little-endian PowerPC</phrase><!-- --><phrase arch='s390'>S/390</phrase><!-- @@ -102,6 +104,7 @@ --><phrase arch='i386'>3.16</phrase><!-- --><phrase arch='mips'>3.16</phrase><!-- --><phrase arch='mipsel'>3.16</phrase><!-- + --><phrase arch='mips64el'>3.16</phrase><!-- --><phrase arch='powerpc'>3.16</phrase><!-- --><phrase arch='ppc64el'>3.16</phrase><!-- --><phrase arch='s390'>3.16</phrase><!--