docs: migrate example to use non-legacy message IDs (#41689)
From 11.x, new projects are set up to use the latest message ID format. This commit updates the i18n example project to stop using legacy IDs. PR Close #41689
This commit is contained in:
		
							parent
							
								
									6cdb8fb0aa
								
							
						
					
					
						commit
						e06f1960f4
					
				| @ -16,7 +16,7 @@ | ||||
|         <note priority="1" from="description">An introduction header for this sample</note> | ||||
|         <note priority="1" from="meaning">User welcome</note> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="ba0cc104d3d69bf669f97b8d96a4c5d8d9559aa3" datatype="html"> | ||||
|       <trans-unit id="5206857922697139278" datatype="html"> | ||||
|         <source>I don't output any element</source> | ||||
|         <target>Je n'affiche aucun élément</target> | ||||
|         <context-group purpose="location"> | ||||
| @ -24,7 +24,7 @@ | ||||
|           <context context-type="linenumber">10</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="701174153757adf13e7c24a248c8a873ac9f5193" datatype="html"> | ||||
|       <trans-unit id="392942015236586892" datatype="html"> | ||||
|         <source>Angular logo</source> | ||||
|         <target>Logo d'Angular</target> | ||||
|         <context-group purpose="location"> | ||||
| @ -32,7 +32,7 @@ | ||||
|           <context context-type="linenumber">16</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="d69f6b42305f49332026fef24b40227f02e34594" datatype="html"> | ||||
|       <trans-unit id="4606963464835766483" datatype="html"> | ||||
|         <source>Updated <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/></source> | ||||
|         <target>Mis à jour <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/></target> | ||||
|         <context-group purpose="location"> | ||||
| @ -40,7 +40,7 @@ | ||||
|           <context context-type="linenumber">21</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="5a134dee893586d02bffc9611056b9cadf9abfad" datatype="html"> | ||||
|       <trans-unit id="2002272803511843863" datatype="html"> | ||||
|         <source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes ago} }</source> | ||||
|         <target>{VAR_PLURAL, plural, =0 {à l'instant} =1 {il y a une minute} other {il y a <x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes} }</target> | ||||
|         <context-group purpose="location"> | ||||
| @ -48,7 +48,7 @@ | ||||
|           <context context-type="linenumber">21</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="f99f34ac9bd4606345071bd813858dec29f3b7d1" datatype="html"> | ||||
|       <trans-unit id="3560311772637911677" datatype="html"> | ||||
|         <source>The author is <x id="ICU" equiv-text="{gender, select, male {...} female {...} other {...}}"/></source> | ||||
|         <target>L'auteur est <x id="ICU" equiv-text="{gender, select, male {...} female {...} other {...}}"/></target> | ||||
|         <context-group purpose="location"> | ||||
| @ -56,7 +56,7 @@ | ||||
|           <context context-type="linenumber">27</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="eff74b75ab7364b6fa888f1cbfae901aaaf02295" datatype="html"> | ||||
|       <trans-unit id="7670372064920373295" datatype="html"> | ||||
|         <source>{VAR_SELECT, select, male {male} female {female} other {other} }</source> | ||||
|         <target>{VAR_SELECT, select, male {un homme} female {une femme} other {autre} }</target> | ||||
|         <context-group purpose="location"> | ||||
| @ -64,7 +64,7 @@ | ||||
|           <context context-type="linenumber">27</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="972cb0cf3e442f7b1c00d7dab168ac08d6bdf20c" datatype="html"> | ||||
|       <trans-unit id="3967965900462880190" datatype="html"> | ||||
|         <source>Updated: <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/> | ||||
| </source> | ||||
|         <target>Mis à jour: <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/> | ||||
| @ -74,7 +74,7 @@ | ||||
|           <context context-type="linenumber">31</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="7151c2e67748b726f0864fc443861d45df21d706" datatype="html"> | ||||
|       <trans-unit id="2508975984005233379" datatype="html"> | ||||
|         <source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes ago by {VAR_SELECT, select, male {male} female {female} other {other} }} }</source> | ||||
|         <target>{VAR_PLURAL, plural, =0 {à l'instant} =1 {il y a une minute} other {il y a <x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes par {VAR_SELECT, select, male {un homme} female {une femme} other {autre} }} }</target> | ||||
|         <context-group purpose="location"> | ||||
|  | ||||
| @ -13,49 +13,49 @@ | ||||
|         <note priority="1" from="description">An introduction header for this sample</note> | ||||
|         <note priority="1" from="meaning">User welcome</note> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="ba0cc104d3d69bf669f97b8d96a4c5d8d9559aa3" datatype="html"> | ||||
|       <trans-unit id="5206857922697139278" datatype="html"> | ||||
|         <source>I don't output any element</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|           <context context-type="linenumber">9</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="701174153757adf13e7c24a248c8a873ac9f5193" datatype="html"> | ||||
|       <trans-unit id="392942015236586892" datatype="html"> | ||||
|         <source>Angular logo</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|           <context context-type="linenumber">15</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="d69f6b42305f49332026fef24b40227f02e34594" datatype="html"> | ||||
|       <trans-unit id="4606963464835766483" datatype="html"> | ||||
|         <source>Updated <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/></source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|           <context context-type="linenumber">20</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="5a134dee893586d02bffc9611056b9cadf9abfad" datatype="html"> | ||||
|       <trans-unit id="2002272803511843863" datatype="html"> | ||||
|         <source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes ago} }</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|           <context context-type="linenumber">20</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="f99f34ac9bd4606345071bd813858dec29f3b7d1" datatype="html"> | ||||
|       <trans-unit id="3560311772637911677" datatype="html"> | ||||
|         <source>The author is <x id="ICU" equiv-text="{gender, select, male {...} female {...} other {...}}"/></source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|           <context context-type="linenumber">26</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="eff74b75ab7364b6fa888f1cbfae901aaaf02295" datatype="html"> | ||||
|       <trans-unit id="7670372064920373295" datatype="html"> | ||||
|         <source>{VAR_SELECT, select, male {male} female {female} other {other} }</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|           <context context-type="linenumber">26</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="972cb0cf3e442f7b1c00d7dab168ac08d6bdf20c" datatype="html"> | ||||
|       <trans-unit id="3967965900462880190" datatype="html"> | ||||
|         <source>Updated: <x id="ICU" equiv-text="{minutes, plural, =0 {...} =1 {...} other {...}}"/> | ||||
| </source> | ||||
|         <context-group purpose="location"> | ||||
| @ -63,7 +63,7 @@ | ||||
|           <context context-type="linenumber">30</context> | ||||
|         </context-group> | ||||
|       </trans-unit> | ||||
|       <trans-unit id="7151c2e67748b726f0864fc443861d45df21d706" datatype="html"> | ||||
|       <trans-unit id="2508975984005233379" datatype="html"> | ||||
|         <source>{VAR_PLURAL, plural, =0 {just now} =1 {one minute ago} other {<x id="INTERPOLATION" equiv-text="{{minutes}}"/> minutes ago by {VAR_SELECT, select, male {male} female {female} other {other} }} }</source> | ||||
|         <context-group purpose="location"> | ||||
|           <context context-type="sourcefile">app/app.component.ts</context> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user