Skip to content

Commit 733e9d0

Browse files
committed
Update localization references to point to the new overview document and remove deprecated localization file
1 parent 6e572b9 commit 733e9d0

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{% set product_url_format = "https://api.asgardeo.io/t/{organization_name}" %}
2-
{% include "../../../../includes/guides/branding/localization.md" %}
2+
{% include "../../../../includes/guides/branding/localization/localization-overview.md" %}

en/asgardeo/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ plugins:
152152
'guides/authorization/impersonation/index.md' : 'guides/authorization/user-impersonation/index.md'
153153
'guides/authorization/impersonation/via-console.md' : 'guides/authorization/user-impersonation/via-console.md'
154154
'guides/authorization/impersonation/via-business-application.md' : 'guides/authorization/user-impersonation/via-business-application.md'
155-
'guides/branding/localization-in-asgardeo.md': 'guides/branding/localization.md'
155+
'guides/branding/localization-in-asgardeo.md': 'guides/branding/localization/localization-overview.md'
156156
'guides/user-accounts/password-recovery.md': 'guides/account-configurations/account-recovery/password-recovery.md'
157157
'guides/user-accounts/forced-password-reset.md': 'guides/account-configurations/account-recovery/admin-initiated-password-reset.md'
158158
'guides/user-accounts/account-security/login-attempts-security.md': 'guides/account-configurations/login-security/login-attempts.md'
@@ -474,7 +474,7 @@ nav:
474474
- Configure custom domains: guides/branding/configure-custom-domains.md
475475
- Customize email templates: guides/branding/customize-email-templates.md
476476
- Customize SMS templates: guides/branding/customize-sms-templates.md
477-
- Localization in Asgardeo: guides/branding/localization.md
477+
- Localization in Asgardeo: guides/branding/localization/localization-overview.md
478478
- Extend with service extensions:
479479
- Understanding service extensions: guides/service-extensions/understanding-service-extensions.md
480480
- In-flow extensions:

en/identity-server/7.0.0/docs/guides/branding/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set product_url_format = "https://localhost:9443" %}
2-
{% include "../../../../../includes/guides/branding/localization.md" %}
2+
{% include "../../../../../includes/guides/branding/localization/localization-overview.md" %}
33

44
## Configure localization for authentication endpoints
55

en/identity-server/7.0.0/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ nav:
581581
- Configure UI branding: guides/branding/configure-ui-branding.md
582582
- Customize layouts: guides/branding/add-custom-layouts.md
583583
- Customize email templates: guides/branding/customize-email-templates.md
584-
- Localization support: guides/branding/localization.md
584+
- Localization support: guides/branding/localization/localization-overview.md
585585
- User management:
586586
- User management: guides/users/index.md
587587
- Manage administrators: guides/users/manage-administrators.md

en/identity-server/7.1.0/docs/guides/branding/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set product_url_format = "https://localhost:9443" %}
2-
{% include "../../../../../includes/guides/branding/localization.md" %}
2+
{% include "../../../../../includes/guides/branding/localization/localization-overview.md" %}
33

44
## Configuring localization for authentication endpoints
55

en/identity-server/7.1.0/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ nav:
737737
- Customize layouts: guides/branding/add-custom-layouts.md
738738
- Customize email templates: guides/branding/customize-email-templates.md
739739
- Customize SMS templates: guides/branding/customize-sms-templates.md
740-
- Localization support: guides/branding/localization.md
740+
- Localization support: guides/branding/localization/localization-overview.md
741741
- Extend with service extensions:
742742
- Understanding service extensions: guides/service-extensions/understanding-service-extensions.md
743743
- In-flow extensions:

en/identity-server/next/docs/guides/branding/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set product_url_format = "https://localhost:9443" %}
2-
{% include "../../../../../includes/guides/branding/localization.md" %}
2+
{% include "../../../../../includes/guides/branding/localization/localization-overview.md" %}
33

44
## Add or remove locales
55

en/identity-server/next/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ nav:
738738
- By updating server files: guides/branding/add-custom-layouts.md
739739
- Customize email templates: guides/branding/customize-email-templates.md
740740
- Customize SMS templates: guides/branding/customize-sms-templates.md
741-
- Localization support: guides/branding/localization.md
741+
- Localization support: guides/branding/localization/localization-overview.md
742742
- Extend with service extensions:
743743
- Understanding service extensions: guides/service-extensions/understanding-service-extensions.md
744744
- In-flow extensions:

en/includes/guides/branding/localization.md renamed to en/includes/guides/branding/localization/localization-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ The following examples demonstrate how to set the `ui_locales` parameter in your
161161
```
162162
163163
!!! note "Privacy policy and Terms of conditions URLs"
164-
The privacy policy and terms of conditions URLs are specified in your [branding configurations]({{base_path}}/guides/branding/configure-ui-branding/#advanced-preferences). The `ui_locales={ locales list }` parameter is appended to these URLs, which allows you to show the translated content for the user from your end.
164+
The privacy policy and terms of conditions URLs are specified in your [branding configurations]({{base_path}}/guides/branding/configure-ui-branding/#advanced-preferences). The `ui_locales={ locales list }` parameter is appended to these URLs, which allows you to show the translated content for the user from your end.

0 commit comments

Comments
 (0)