Skip to content

Commit 4463576

Browse files
author
Sacha Greif
committed
add strings
1 parent e6bc364 commit 4463576

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

state_of_js.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,8 +1298,12 @@ translations:
12981298

12991299
- key: usage.native_types_proposal
13001300
t: Native Types
1301+
aliases:
1302+
- features.native_types_proposal
13011303
- key: usage.native_types_proposal.question
13021304
t: How would you like to see native types implemented in JavaScript?
1305+
aliases:
1306+
- features.native_types_proposal.question
13031307

13041308
- key: options.native_types_proposal.typescript_like_types
13051309
t: As similar to TypeScript as possible
@@ -1323,15 +1327,25 @@ translations:
13231327

13241328
- key: usage.js_new_features
13251329
t: New Proposals
1330+
aliases:
1331+
- features.js_new_features
13261332
- key: usage.js_new_features.question
13271333
t: Which of these active JavaScript proposals are you most excited about?
1334+
aliases:
1335+
- features.js_new_features.question
13281336
- key: usage.js_new_features.prompt
13291337
t: Based on current State 2.7 & Stage 3 [TC39 ECMAScript proposals](https://github.com/tc39/proposals).
1338+
aliases:
1339+
- features.js_new_features.prompt
13301340

13311341
- key: usage.js_missing_features
13321342
t: Missing Features
1343+
aliases:
1344+
- features.js_missing_features
13331345
- key: usage.js_missing_features.question
13341346
t: Which of these features do you feel are currently missing from JavaScript?
1347+
aliases:
1348+
- features.js_missing_features.question
13351349

13361350
###########################################################################
13371351
# Opinions
@@ -1419,11 +1433,14 @@ translations:
14191433

14201434
- key: usage.top_currently_missing_from_js
14211435
t: Missing Features
1422-
- key: usage.top_currently_missing_from_js.question
1423-
aliasFor: opinions.currently_missing_from_js
1436+
aliases:
1437+
- features.top_currently_missing_from_js
14241438

14251439
- key: opinions.currently_missing_from_js
14261440
t: What do you feel is currently missing from JavaScript?
1441+
aliases:
1442+
- usage.top_currently_missing_from_js.question
1443+
- features.top_currently_missing_from_js.question
14271444
- key: opinions.currently_missing_from_js.description
14281445
t: For each matchup, pick the feature you'd most like to be able to use in JavaScript today.
14291446
- key: opinions_others.currently_missing_from_js.others

0 commit comments

Comments
 (0)