Skip to content

Commit

Permalink
docs(i18n): migrate non-English README files to docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed Nov 1, 2024
1 parent 6b0aff0 commit 88bddae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
- '.husky/**'
- '.editorconfig'
- '.gitignore'
- 'docs/**'
- 'biome.json'
- 'README*.md'
- 'README.md'

workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
- '.husky/**'
- '.editorconfig'
- '.gitignore'
- 'docs/**'
- 'biome.json'
- 'Caddyfile'
- 'Dockerfile'
- 'README*.md'
- 'README.md'

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReactFlux

Read in other languages: [Español](README.es-ES.md), [Français](README.fr-FR.md), [简体中文](README.zh-CN.md)
Read in other languages: [Español](docs/README.es-ES.md), [Français](docs/README.fr-FR.md), [简体中文](docs/README.zh-CN.md)

## Overview

Expand All @@ -19,7 +19,7 @@ Key features include:
- Batch update the host of filtered subscription URLs (useful for replacing RSSHub instances)
- Batch refresh recently errored subscriptions
- De-duplicate articles by hash, title, or URL when loading the list
- I18n supports (include: English / Español / 简体中文)
- I18n supports (include: English / Español / Français / 简体中文)
- Save article to third-party services
- Syntax highlighting for code blocks
- Other features waiting for you to discover...
Expand Down
4 changes: 2 additions & 2 deletions README.es-ES.md → docs/README.es-ES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReactFlux

Lea este texto en otros idiomas: [English](README.md), [Français](README.fr-FR.md), [简体中文](README.zh-CN.md)
Lea este texto en otros idiomas: [English](../README.md), [Français](README.fr-FR.md), [简体中文](README.zh-CN.md)

## Descripción general

Expand All @@ -19,7 +19,7 @@ Las funcionalidades clave incluyen:
- Actualización por lotes del host de URL de suscripción filtradas (útil para reemplazar instancias de RSSHub)
- Actualización por lotes de suscripciones recientemente falladas
- Elimina artículos duplicados por hash, título o URL al cargar la lista
- Disponible en varios idiomas (incluye: Inglés / Español / 简体中文)
- Disponible en varios idiomas (incluye: English / Español / Français / 简体中文)
- Guardar artículo en servicios de terceros
- Resaltado de sintaxis para bloques de código
- Otras características esperando que las descubras...
Expand Down
4 changes: 2 additions & 2 deletions README.fr-FR.md → docs/README.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReactFlux

Lire dans d'autres langues : [English](README.md), [Español](README.es-ES.md), [简体中文](README.zh-CN.md)
Lire dans d'autres langues : [English](../README.md), [Español](README.es-ES.md), [简体中文](README.zh-CN.md)

## Aperçu

Expand All @@ -19,7 +19,7 @@ Les fonctionnalités principales incluent :
- Mise à jour par lot de l'hôte des URLs de souscription filtrées (utile pour remplacer les instances RSSHub)
- Actualisation par lot des souscriptions récemment en erreur
- Dédoublonnage des articles par hash, titre ou URL lors du chargement de la liste
- Support multilingue (inclut : Anglais / Español / 简体中文)
- Support multilingue (inclut : English / Español / Français / 简体中文)
- Sauvegarde d'articles vers des services tiers
- Coloration syntaxique pour les blocs de code
- D'autres fonctionnalités à découvrir...
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md → docs/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReactFlux

阅读其他语言版本: [English](README.md), [Español](README.es-ES.md), [Français](README.fr-FR.md)
阅读其他语言版本: [English](../README.md), [Español](README.es-ES.md), [Français](README.fr-FR.md)

## 概述

Expand All @@ -19,7 +19,7 @@ ReactFlux 是 [Miniflux](https://github.com/miniflux/v2) 的第三方 Web 前端
- 批量更新过滤后的订阅 URL 的 host(适用于替换 RSSHub 实例)
- 批量刷新最近更新错误的订阅源
- 文章列表加载时按 hash、标题或 URL 去重
- 多语言支持 (目前包括:English / Español / 简体中文)
- 多语言支持 (目前包括:English / Español / Français / 简体中文)
- 保存文章到第三方服务
- 代码块语法高亮
- 其他功能等您来发现...
Expand Down

0 comments on commit 88bddae

Please sign in to comment.