lkpgems.blogg.se

Svn client macos diff merge
Svn client macos diff merge










First, it notices the value of the LC_MESSAGES variable and attempts to print all messages in the specified language. The Subversion client, svn, honors the current locale configuration in two ways. There you can view and select the values of individual settings from the available locales, and even customize (at a sickening level of detail) several of the display formatting conventions. On Windows, locale configuration is done via the «Regional and Language Options» control panel item. To see the list of available locales on a Unix system, run the command locale -a. The value of LANG is used as a default value for any locale variable that is unset. Setting the LC_ALL variable has the effect of changing every locale variable to the same value. And if one were to set the LC_MESSAGES variable to zh_TW, then programs would know to present human-readable messages in Traditional Chinese. For example, if one were to set the LC_TIME variable to fr_CA, then programs would know to present time and date information formatted according a French-speaking Canadian's expectations. In this example, the variables are all set to the default C locale, but users can set these variables to specific country/language code combinations. The output is a list of locale-related environment variables and their current values. On Unix-like systems, you can check the values of the locale-related runtime configuration options by running the locale command:

svn client macos diff merge

These conventions-typically chosen by some runtime configuration mechanism on the computer-affect the way in which programs present data to the user, as well as the way in which they accept user input. Most modern operating systems have a notion of the «current locale»-that is, the region or country whose localization conventions are honored. This section describes steps Subversion has made towards localization.

svn client macos diff merge

When a program formats numbers or dates in a way specific to your part of the world, or prints messages (or accepts input) in your native language, the program is said to be localized.

svn client macos diff merge

Localization is the act of making programs behave in a region-specific way.












Svn client macos diff merge