Skip to content

Commit 2e9bc28

Browse files
author
Kristofer Selbekk
committed
Update i18n file
1 parent bd648f3 commit 2e9bc28

File tree

1 file changed

+34
-44
lines changed

1 file changed

+34
-44
lines changed

docusaurus/website/i18n/en.json

Lines changed: 34 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"tagline": "Create React apps with no build configuration.",
77
"docs": {
88
"adding-a-css-modules-stylesheet": {
9-
"title": "Adding a CSS Modules Stylesheet",
9+
"title": "Adding A CSS Modules Stylesheet",
1010
"sidebar_label": "Adding CSS Modules"
1111
},
1212
"adding-a-router": {
13-
"title": "Adding a Router"
13+
"title": "Adding A Router"
1414
},
1515
"adding-a-sass-stylesheet": {
16-
"title": "Adding a Sass Stylesheet",
16+
"title": "Adding A Sass Stylesheet",
1717
"sidebar_label": "Adding Sass Stylesheets"
1818
},
1919
"adding-a-stylesheet": {
20-
"title": "Adding a Stylesheet",
21-
"sidebar_label": "Adding stylesheets"
20+
"title": "Adding A Stylesheet",
21+
"sidebar_label": "Adding Stylesheets"
2222
},
2323
"adding-bootstrap": {
2424
"title": "Adding Bootstrap"
@@ -31,7 +31,7 @@
3131
"title": "Adding Flow"
3232
},
3333
"adding-images-fonts-and-files": {
34-
"title": "Adding Images, Fonts, and Files"
34+
"title": "Adding Images, Fonts, And Files"
3535
},
3636
"adding-relay": {
3737
"title": "Adding Relay"
@@ -40,15 +40,15 @@
4040
"title": "Advanced Configuration"
4141
},
4242
"alternatives-to-ejecting": {
43-
"title": "Alternatives to Ejecting"
43+
"title": "Alternatives To Ejecting"
4444
},
4545
"analyzing-the-bundle-size": {
4646
"title": "Analyzing the Bundle Size",
47-
"sidebar_label": "Analyzing bundle size"
47+
"sidebar_label": "Analyzing Bundle Size"
4848
},
4949
"available-scripts": {
5050
"title": "Available Scripts",
51-
"sidebar_label": "Available scripts"
51+
"sidebar_label": "Available Scripts"
5252
},
5353
"can-i-use-decorators": {
5454
"title": "Can I Use Decorators?"
@@ -58,94 +58,84 @@
5858
},
5959
"debugging-tests": {
6060
"title": "Debugging Tests",
61-
"sidebar_label": "Debugging tests"
61+
"sidebar_label": "Debugging Tests"
6262
},
6363
"deployment": {
6464
"title": "Deployment",
6565
"sidebar_label": "Deployment"
6666
},
6767
"developing-components-in-isolation": {
68-
"title": "Developing Components in Isolation"
68+
"title": "Developing Components In Isolation"
6969
},
7070
"documentation-intro": {
71-
"title": "Welcome to the Documentation",
72-
"sidebar_label": "About the docs"
71+
"title": "Welcome To The Documentation",
72+
"sidebar_label": "About The Docs"
7373
},
7474
"fetching-data-with-ajax-requests": {
7575
"title": "Fetching Data with AJAX Requests",
7676
"sidebar_label": "Fetching Data"
7777
},
7878
"folder-structure": {
79-
"title": "Folder structure"
79+
"title": "Folder Structure"
8080
},
8181
"getting-started": {
82-
"title": "Getting started",
83-
"sidebar_label": "Getting started"
82+
"title": "Getting Started"
8483
},
8584
"importing-a-component": {
86-
"title": "Importing a Component"
85+
"title": "Importing A Component"
8786
},
8887
"installing-a-dependency": {
89-
"title": "Installing a Dependency"
88+
"title": "Installing A Dependency"
9089
},
9190
"integrating-with-an-api-backend": {
92-
"title": "Integrating with an API Backend",
93-
"sidebar_label": "Integrating with an API"
91+
"title": "Integrating With An API Backend",
92+
"sidebar_label": "Integrating With An API"
9493
},
9594
"making-a-progressive-web-app": {
96-
"title": "Making a Progressive Web App"
95+
"title": "Making A Progressive Web App"
9796
},
9897
"post-processing-css": {
9998
"title": "Post-Processing CSS"
10099
},
101100
"pre-rendering-into-static-html-files": {
102-
"title": "Pre-Rendering into Static HTML Files",
101+
"title": "Pre-Rendering Into Static HTML Files",
103102
"sidebar_label": "Pre-Rendering Static HTML"
104103
},
105104
"proxying-api-requests-in-development": {
106-
"title": "Proxying API Requests in Development",
107-
"sidebar_label": "Proxying in development"
108-
},
109-
"publishing-components-to-npm": {
110-
"title": "Publishing components to npm",
111-
"sidebar_label": "Publishing to npm"
105+
"title": "Proxying API Requests In Development",
106+
"sidebar_label": "Proxying In Development"
112107
},
113108
"running-tests": {
114-
"title": "Running Tests",
115-
"sidebar_label": "Running tests"
116-
},
117-
"sending-feedback": {
118-
"title": "Sending feedback",
119-
"sidebar_label": "Feedback"
109+
"title": "Running Tests"
120110
},
121111
"setting-up-your-editor": {
122-
"title": "Setting up your Editor",
123-
"sidebar_label": "Editor setup"
112+
"title": "Setting Up Your Editor",
113+
"sidebar_label": "Editor Setup"
124114
},
125115
"supported-browsers-features": {
126-
"title": "Supported Browsers and Features",
127-
"sidebar_label": "Browsers and Features"
116+
"title": "Supported Browsers And Features",
117+
"sidebar_label": "Browsers & Features"
128118
},
129119
"title-and-meta-tags": {
130-
"title": "Title and Meta Tags",
120+
"title": "Title And Meta Tags",
131121
"sidebar_label": "Title & Meta Tags"
132122
},
133123
"troubleshooting": {
134124
"title": "Troubleshooting",
135125
"sidebar_label": "Troubleshooting"
136126
},
137127
"updating-to-new-releases": {
138-
"title": "Updating to New Releases"
128+
"title": "Updating To New Releases"
139129
},
140130
"using-global-variables": {
141131
"title": "Using Global Variables"
142132
},
143133
"using-https-in-development": {
144-
"title": "Using HTTPS in Development",
145-
"sidebar_label": "HTTPS in Development"
134+
"title": "Using HTTPS In Development",
135+
"sidebar_label": "HTTPS In Development"
146136
},
147137
"using-the-public-folder": {
148-
"title": "Using the public Folder"
138+
"title": "Using The public Folder"
149139
}
150140
},
151141
"links": {
@@ -159,8 +149,8 @@
159149
"Development": "Development",
160150
"Styles and Assets": "Styles and Assets",
161151
"Building your App": "Building your App",
162-
"Back-End Integration": "Back-End Integration",
163152
"Testing": "Testing",
153+
"Back-End Integration": "Back-End Integration",
164154
"Deployment": "Deployment",
165155
"Advanced Usage": "Advanced Usage",
166156
"Support": "Support"

0 commit comments

Comments
 (0)