aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_54
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 16:47:23 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 16:47:23 +0300
commitc7023e0ee98a1b91bee5d8126497805ba7ccc7cd (patch)
tree424bf8a3058dd9779c3bcd7aa5075f03e051e27f /Lessons/Lesson_54
parent513eba0cf264b393b5e25d53aa82f2d8a1f8d9b8 (diff)
downloadUEFI-Lessons-c7023e0ee98a1b91bee5d8126497805ba7ccc7cd.tar.gz
UEFI-Lessons-c7023e0ee98a1b91bee5d8126497805ba7ccc7cd.tar.bz2
UEFI-Lessons-c7023e0ee98a1b91bee5d8126497805ba7ccc7cd.zip
Corrections for lesson 54
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_54')
-rw-r--r--Lessons/Lesson_54/README.md6
-rw-r--r--Lessons/Lesson_54/Translations4.png (renamed from Lessons/Lesson_54/translations4.png)bin8754 -> 8754 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/Lessons/Lesson_54/README.md b/Lessons/Lesson_54/README.md
index 9a46155..0be4a74 100644
--- a/Lessons/Lesson_54/README.md
+++ b/Lessons/Lesson_54/README.md
@@ -18,8 +18,11 @@ For example we have a `PlatformDxe` which has strings only for the English langu
This means that even if we change our language preference to French in the BIOS menu, these strings still would be printed in English. You can verify it.
With a help of a `Select Language` option change language to `Francais`
+
![Translations1](Translations1.png?raw=true "Translations1")
+
Then look at the `Device Manager->OVMF Platform Configuration`:
+
![Translations2](Translations2.png?raw=true "Translations2")
As you remember one string package has translation strings only for one language. If HII element supports multiple languages it would have multiple STRING packages in its package list. As for the `PlatformDxe` it has only one string package in its package list:
@@ -313,7 +316,10 @@ FS0:\>
After that perform `exit` to go to the BIOS menu.
Use `Select Language` option to change language to `Francais`. Then got to the `DeviceManager->OVMF Platform Configuration`. You can already see that translation are in place:
+
![Translations4](Translations4.png?raw=true "Translations4")
+
If you exit the menu and then go to it again you could even see that even the string in the `Device manager` is changed to "Configuration de la OVMF plateforme":
+
![Translations3](Translations3.png?raw=true "Translations3")
diff --git a/Lessons/Lesson_54/translations4.png b/Lessons/Lesson_54/Translations4.png
index 401cdfe..401cdfe 100644
--- a/Lessons/Lesson_54/translations4.png
+++ b/Lessons/Lesson_54/Translations4.png
Binary files differ