From 2cd546522cf16be6e32f688cfcc1f63380319c61 Mon Sep 17 00:00:00 2001 From: Oliver Cardoza Date: Wed, 20 Oct 2021 12:51:58 -0400 Subject: [PATCH] Rename `configs/` to `config/` because that appears to be the more common convention based on code in Github. * `config/` (67K code results): https://github.com/search?q=language%3Ago+path%3A%2Fconfig%2F * `configs/` (3K code results): https://github.com/search?q=language%3Ago+path%3A%2Fconfigs%2F --- README.md | 2 +- README_es.md | 2 +- README_fr.md | 2 +- README_ja.md | 2 +- README_ko.md | 2 +- README_ptBR.md | 2 +- README_ro.md | 2 +- README_ru.md | 2 +- README_tr.md | 2 +- README_zh-CN.md | 2 +- README_zh-TW.md | 2 +- README_zh.md | 2 +- {configs => config}/README.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) rename {configs => config}/README.md (89%) diff --git a/README.md b/README.md index 3727c11a..003f8d47 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Web application specific components: static web assets, server side templates an ## Common Application Directories -### `/configs` +### `/config` Configuration file templates or default configs. diff --git a/README_es.md b/README_es.md index d96eb203..62daace8 100644 --- a/README_es.md +++ b/README_es.md @@ -100,7 +100,7 @@ Componentes específicos de la aplicación web: activos web estáticos, plantill ## Directorios de aplicaciones comunes -### `/configs` +### `/config` Plantillas de archivos de configuración o configuraciones predeterminadas. diff --git a/README_fr.md b/README_fr.md index 530bc5c2..fb796650 100644 --- a/README_fr.md +++ b/README_fr.md @@ -99,7 +99,7 @@ Les composants spécifiques aux applications web : assets statiques, templates s ## Les répertoire communs aux applications -### `/configs` +### `/config` Templates de fichiers de configuration ou configurations par défaut. diff --git a/README_ja.md b/README_ja.md index 1ef23eee..0699c1b6 100644 --- a/README_ja.md +++ b/README_ja.md @@ -99,7 +99,7 @@ OpenAPI/Swaggerの仕様、JSONスキーマファイル、プロトコル定義 ## Common Application Directories -### `/configs` +### `/config` 設定ファイルのテンプレートまたはデフォルトの設定。 diff --git a/README_ko.md b/README_ko.md index f2c557c6..7f3dd3bd 100644 --- a/README_ko.md +++ b/README_ko.md @@ -101,7 +101,7 @@ OpenAPI/Swagger 스펙들, JSON schema 파일들, 프로토콜 정의 파일들. ## 공통 애플리케이션 디렉터리 -### `/configs` +### `/config` 설정 파일 템플릿이나 기본 설정들. diff --git a/README_ptBR.md b/README_ptBR.md index 80b9e8cd..bf52dfb5 100644 --- a/README_ptBR.md +++ b/README_ptBR.md @@ -99,7 +99,7 @@ Componentes específicos de aplicativos da Web: ativos estáticos da Web, modelo ## Diretórios de aplicativos comuns -### `/configs` +### `/config` Modelos de arquivo de configuração ou configurações padrão. diff --git a/README_ro.md b/README_ro.md index 0078d413..bc7185f0 100644 --- a/README_ro.md +++ b/README_ro.md @@ -97,7 +97,7 @@ Componente specifice aplicațiilor Web: asset-uri, template-uri, SPAs, etc ## Directoare comune aplicațiilor -### `/configs` +### `/config` Șablonuri de configurare, configurări implicite. diff --git a/README_ru.md b/README_ru.md index 61f68f72..ad64795b 100755 --- a/README_ru.md +++ b/README_ru.md @@ -99,7 +99,7 @@ Translations: ## Распространенные директории -### `/configs` +### `/config` Шаблоны файлов конфигураций и файлы настроек по-умолчанию. diff --git a/README_tr.md b/README_tr.md index 9d943066..b0b43413 100644 --- a/README_tr.md +++ b/README_tr.md @@ -99,7 +99,7 @@ Spesifik web uygulaması parçaları: statik web varlıkları, sunucu taraflı ## Genel Uygulama Klasörleri -### `/configs` +### `/config` Konfigürasyon dosya şablonları veya varsayılan konfigürasyonlar. diff --git a/README_zh-CN.md b/README_zh-CN.md index 24c8df6f..aa5cd35f 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -94,7 +94,7 @@ Web应用程序特定的组件:静态Web资源,服务器端模板和单页 ## 通用应用程序的目录 -### `/configs` +### `/config` 配置文件模板或默认配置。 diff --git a/README_zh-TW.md b/README_zh-TW.md index 8c297087..e6accb90 100644 --- a/README_zh-TW.md +++ b/README_zh-TW.md @@ -97,7 +97,7 @@ Web 應用程式相關的元件:靜態 Web 檔案、伺服器端範本與 SPAs ## 通用應用程式目錄 (Common Application Directories) -### `/configs` +### `/config` 組態設定的檔案範本或預設設定。 diff --git a/README_zh.md b/README_zh.md index 92579760..c7511c55 100644 --- a/README_zh.md +++ b/README_zh.md @@ -98,7 +98,7 @@ OpenAPI/Swagger 规范,JSON 模式文件,协议定义文件。 ## 通用应用目录 -### `/configs` +### `/config` 配置文件模板或默认配置。 diff --git a/configs/README.md b/config/README.md similarity index 89% rename from configs/README.md rename to config/README.md index bf3df6d2..bd5386ed 100644 --- a/configs/README.md +++ b/config/README.md @@ -1,4 +1,4 @@ -# `/configs` +# `/config` Configuration file templates or default configs.