-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making most static strings in substrate.dev supporting multi-lingual (p…
…olkadot-developers#802) * adding <translate> tag for multi-lingual support * Most strings are translatable now * Minor fix of bash syntax in console output * fixing spacing * using relative link so multi-lingual option is kept between navigation * cmd style in console output * Indent all JS to use spacing for indentation * Updated to latest libs * Fix site internal links to respect multi-lingual.
- Loading branch information
Jimmy Chu
authored
Dec 15, 2020
1 parent
a83576a
commit f03c6ff
Showing
22 changed files
with
1,833 additions
and
1,412 deletions.
There are no files selected for viewing
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,16 @@ | ||
root = true | ||
[*] | ||
indent_style=space | ||
indent_size=2 | ||
tab_width=2 | ||
end_of_line=lf | ||
|
||
[*.rs] | ||
indent_style=tab | ||
indent_size=tab | ||
tab_width=2 | ||
end_of_line=lf | ||
charset=utf-8 | ||
trim_trailing_whitespace=true | ||
max_line_length=100 | ||
insert_final_newline=true |
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
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
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
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
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
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
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
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,26 @@ | ||
{ | ||
"_comment": "This file is used to provide custom strings for translations, including overriding defaults", | ||
"localized-strings": {}, | ||
"pages-strings": { | ||
"Developer Hub|no description given": "Developer Hub", | ||
"Tutorials|no description given": "Tutorials", | ||
"Knowledge Base|no description given": "Knowledge Base", | ||
"Recipes|no description given": "Recipes", | ||
"API Reference|no description given": "API Reference", | ||
"Community|no description given": "Community", | ||
"Community Home|no description given": "Community Home", | ||
"Newsletter|no description given": "Newsletter", | ||
"Substrate Technical Chat|no description given": "Substrate Technical Chat", | ||
"Substrate Seminar|no description given": "Substrate Seminar", | ||
"Stack Overflow|no description given": "Stack Overflow", | ||
"Twitter|no description given": "Twitter", | ||
"Events|no description given": "Events", | ||
"More|no description given": "More", | ||
"Substrate Builders Program|no description given": "Substrate Builders Program", | ||
"Substrate GitHub|no description given": "Substrate GitHub", | ||
"Developer Hub GitHub|no description given": "Developer Hub GitHub", | ||
"Privacy Policy|no description given": "Privacy Policy", | ||
"Terms of Use|no description given": "Terms of Use", | ||
"Cookie Settings|no description given": "Cookie Settings" | ||
} | ||
} |
Oops, something went wrong.