-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from ndw/l10n
Rework localization and a number of other backwards-incompatible changes
- Loading branch information
Showing
438 changed files
with
65,393 additions
and
136,665 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
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0; url='ch-preface.html'" /> | ||
</noscript> | ||
</head> | ||
<body> | ||
<p>This page <a href="ch-preface.html">has moved</a>.</p> | ||
<script> | ||
const url = window.location.toString(); | ||
const pos = url.lastIndexOf("/"); | ||
const redirect = url.substring(0, pos+1) + "ch-preface.html"; | ||
window.location.href = redirect + window.location.search + window.location.hash; | ||
</script> | ||
</body> | ||
</html> |
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0; url='ch-overview.html'" /> | ||
</noscript> | ||
</head> | ||
<body> | ||
<p>This page <a href="ch-overview.html">has moved</a>.</p> | ||
<script> | ||
const url = window.location.toString(); | ||
const pos = url.lastIndexOf("/"); | ||
const redirect = url.substring(0, pos+1) + "ch-overview.html"; | ||
window.location.href = redirect + window.location.search + window.location.hash; | ||
</script> | ||
</body> | ||
</html> |
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,18 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0; url='ch-using.html'" /> | ||
</noscript> | ||
</head> | ||
<body> | ||
<p>This page <a href="ch-using.html">has moved</a>.</p> | ||
<script> | ||
const url = window.location.toString(); | ||
const pos = url.lastIndexOf("/"); | ||
const redirect = url.substring(0, pos+1) + "ch-using.html"; | ||
window.location.href = redirect + window.location.search + window.location.hash; | ||
</script> | ||
</body> | ||
</html> | ||
|
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0; url='ch-customizing.html'" /> | ||
</noscript> | ||
</head> | ||
<body> | ||
<p>This page <a href="ch-customizing.html">has moved</a>.</p> | ||
<script> | ||
const url = window.location.toString(); | ||
const pos = url.lastIndexOf("/"); | ||
const redirect = url.substring(0, pos+1) + "ch-customizing.html"; | ||
window.location.href = redirect + window.location.search + window.location.hash; | ||
</script> | ||
</body> | ||
</html> |
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0; url='ch-implementation.html'" /> | ||
</noscript> | ||
</head> | ||
<body> | ||
<p>This page <a href="ch-implementation.html">has moved</a>.</p> | ||
<script> | ||
const url = window.location.toString(); | ||
const pos = url.lastIndexOf("/"); | ||
const redirect = url.substring(0, pos+1) + "ch-implementation.html"; | ||
window.location.href = redirect + window.location.search + window.location.hash; | ||
</script> | ||
</body> | ||
</html> |
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,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<noscript> | ||
<meta http-equiv="refresh" content="0; url='ch-building.html'" /> | ||
</noscript> | ||
</head> | ||
<body> | ||
<p>This page <a href="ch-building.html">has moved</a>.</p> | ||
<script> | ||
const url = window.location.toString(); | ||
const pos = url.lastIndexOf("/"); | ||
const redirect = url.substring(0, pos+1) + "ch-building.html"; | ||
window.location.href = redirect + window.location.search + window.location.hash; | ||
</script> | ||
</body> | ||
</html> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.