Skip to content

Commit db57d6d

Browse files
committed
Fix typos in localization verification steps
1 parent 69d434e commit db57d6d

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

docs/en/Adding-New-Localization-Angular.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ After implementing the necessary changes, follow these steps to verify that the
114114

115115
- **Restart the Application**
116116
- Restart both the backend and frontend to ensure that all localization changes take effect.
117-
- **Select the New Language**
118-
- In your app, select the newly added language from the language selection drop-down menu and
119-
verify that user interface elements such as menus and labels are updated appropriately.
120-
- **Test Date Localizatio**
117+
- **Select the New Language**
118+
- In your app, select the newly added language from the language selection drop-down menu and verify that user interface elements such as menus and labels are updated appropriately.
119+
- **Test Date Localization**
121120
- Open any date pickers and confirm that dates are displayed in the correct format for the selected language.
122121

123122
> Note: The newly added language and its XML content are stored in the database when the application runs.

docs/en/Adding-New-Localization-Mvc.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ After implementing the necessary changes, follow these steps to verify that the
6464

6565
- **Restart the Application**
6666
- Restart both the backend and frontend to ensure that all localization changes take effect.
67-
- **Select the New Language**
68-
- In your app, select the newly added language from the language selection drop-down menu and
69-
verify that user interface elements such as menus and labels are updated appropriately.
70-
- **Test Date Localizatio**
67+
- **Select the New Language**
68+
- In your app, select the newly added language from the language selection drop-down menu and verify that user interface elements such as menus and labels are updated appropriately.
69+
- **Test Date Localization**
7170
- Open any date pickers and confirm that dates are displayed in the correct format for the selected language.
7271

7372
> Note: The newly added language and its XML content are stored in the database when the application runs.

0 commit comments

Comments
 (0)