Skip to content

Commit

Permalink
chore(macros/HTTPSidebar): tests following sidebars changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth committed Oct 1, 2024
1 parent 07b1a62 commit 6bb6f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions kumascript/macros/HTTPSidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function state(section) {
var text = mdn.localStringMap({
'en-US': {
'HTTP': 'HTTP',
'Concepts': 'HTTP concepts',
'Overview': 'Overview of HTTP',
'Evolution': 'Evolution of HTTP',
'URIsResources': 'URIs and resources',
Expand Down Expand Up @@ -57,7 +56,6 @@ var text = mdn.localStringMap({
},
'es': {
'HTTP': 'HTTP',
'Concepts': 'Guía de HTTP',
'Overview': 'Generalidades de HTTP',
'Evolution': 'Evolución de HTTP',
'URIsResources': 'Recursos y URIs',
Expand Down Expand Up @@ -95,7 +93,6 @@ var text = mdn.localStringMap({
},
'fr': {
'HTTP': 'HTTP',
'Concepts': 'Guide HTTP',
'Overview': 'Aperçu de HTTP',
'Evolution': 'Évolution de HTTP',
'URIsResources': 'Ressources et URI',
Expand Down Expand Up @@ -137,7 +134,6 @@ var text = mdn.localStringMap({
},
'ja': {
'HTTP': 'HTTP',
'Concepts': 'HTTP ガイド',
'Overview': 'HTTP の概要',
'Evolution': 'HTTP の進化',
'URIsResources': 'リソースと URI',
Expand Down Expand Up @@ -179,7 +175,6 @@ var text = mdn.localStringMap({
},
'ko': {
'HTTP': 'HTTP',
'Concepts': 'HTTP 안내서',
'Overview': 'HTTP 개요',
'Evolution': 'HTTP의 진화',
'URIsResources': '리소스와 URIs',
Expand Down Expand Up @@ -221,7 +216,6 @@ var text = mdn.localStringMap({
},
'ru': {
'HTTP': 'HTTP',
'Concepts': 'Руководство по HTTP',
'Overview': 'Обзор протокола HTTP',
'Evolution': 'Эволюция протокола HTTP',
'URIsResources': 'Ресурсы и URI-адреса',
Expand Down Expand Up @@ -263,7 +257,6 @@ var text = mdn.localStringMap({
},
'zh-CN': {
'HTTP': 'HTTP',
'Concepts': 'HTTP 指南',
'Overview': 'HTTP 概述',
'Evolution': 'HTTP 的发展',
'URIsResources': '资源和 URI',
Expand Down
4 changes: 2 additions & 2 deletions kumascript/tests/macros/HTTPSidebar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ const fixtureData = JSON.parse(

const locales = {
"en-US": {
ResourcesURI: "HTTP concepts",
ResourcesURI: "Security and privacy",
},
es: {
ResourcesURI: "Guía de HTTP",
ResourcesURI: "Seguridad en HTTP",
},
};

Expand Down

0 comments on commit 6bb6f68

Please sign in to comment.