-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ce9836
commit d0e586d
Showing
2 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd" | ||
title="Locale List" id="packages-locale-list"> | ||
|
||
<tip> | ||
The compatibility table can be viewed [here](release-notes.md#locale-list). | ||
</tip> | ||
<p> | ||
This package contains a list of available locales that all **%team-name%** packages work with. | ||
</p> | ||
<p> | ||
All it contains is a single enum class that you can also use for your own purposes. | ||
</p> | ||
<p> | ||
To install, run the console command: | ||
</p> | ||
<code-block lang="bash"> | ||
%install-locale-list% | ||
</code-block> | ||
</topic> |