Skip to content

Commit

Permalink
Update software-internationalization.md
Browse files Browse the repository at this point in the history
Removed trailing space.
  • Loading branch information
joeyobr authored Oct 24, 2024
1 parent 32406ed commit 3b2dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalization/methodology/software-internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Internationalization (abbreviated as _i18n_ – 18 letters between "I" and "n")

Coding for world-readiness affects implementation across the entire product. The decisions that you make early in the project can determine your ability to deliver to other markets later. The user interface design is the most affected, but world-readiness must be considered in many other areas.

The following sections discuss key themes for world-readiness. All sections are applicable even for a single-language user interface (UI) or application; however, the final three sections cover ensuring that your application is ready for [localization](../localization/localize-software.md) (abbreviated as _l10n_ – 10 letters between "l" and "n"). Localization is the process of adapting or translating your app's localizable resources to meet the language, cultural, and political requirements of the local markets that the app is intended to support. One component of localization is translating UI text. Even if you aren't planning to create localized versions of your product, it's time-consuming and expensive to update your code to support multiple languages if your plans change in the future. It's therefore best practice to follow the principles in the following sections, even if your product only supports a single language.
The following sections discuss key themes for world-readiness. All sections are applicable even for a single-language user interface (UI) or application; however, the final three sections cover ensuring that your application is ready for [localization](../localization/localize-software.md) (abbreviated as _l10n_ – 10 letters between "l" and "n"). Localization is the process of adapting or translating your app's localizable resources to meet the language, cultural, and political requirements of the local markets that the app is intended to support. One component of localization is translating UI text. Even if you aren't planning to create localized versions of your product, it's time-consuming and expensive to update your code to support multiple languages if your plans change in the future. It's therefore best practice to follow the principles in the following sections, even if your product only supports a single language.

## Data encoding

Expand Down

0 comments on commit 3b2dbc5

Please sign in to comment.