mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 05:16:51 +08:00
docs: improve headers, use flag emojis for translations (#370)
This commit is contained in:
parent
1d0e9aa4c7
commit
7c3db938c2
|
@ -1,22 +1,18 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
# Contributing
|
||||
|
||||
> Oh My Fish Documentation
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<b><a href="#issues">Issues</a></b>
|
||||
|
|
||||
<b><a href="#package-repositories">Packages</a></b>
|
||||
|
|
||||
<b><a href="#commit-messages">Commit Messages</a></b>
|
||||
|
|
||||
<b><a href="#code-style">Code Style</a></b>
|
||||
</p>
|
||||
## Summary
|
||||
|
||||
# Contributing
|
||||
* [Issues](#issues)
|
||||
* [Packages](#package-repositories)
|
||||
* [Commit Messages](#commit-messages)
|
||||
* [Code Style](#code-style)
|
||||
|
||||
Thanks for taking the time to read this guide and please _do_ contribute to Oh My Fish. This is an open initiative and _everyone_ is welcome. :metal:
|
||||
|
||||
|
|
10
README.md
10
README.md
|
@ -8,13 +8,11 @@
|
|||
|
||||
Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use.
|
||||
|
||||
<br><br>
|
||||
> Also in
|
||||
> <a href="docs/ru-RU/README.md">🇷🇺</a>
|
||||
> <a href="docs/zh-CN/README.md">🇨🇳</a>
|
||||
|
||||
<p align="center">
|
||||
<b>English</b> •
|
||||
<a href="docs/zh-CN">简体中文</a> •
|
||||
<a href="docs/ru-RU">Русский</a>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -1,20 +1,14 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<b>English</b> •
|
||||
<a href="../zh-CN/FAQ.md">简体中文</a> •
|
||||
<a href="../ru-RU/FAQ.md">Русский</a>
|
||||
</p>
|
||||
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
# FAQ
|
||||
|
||||
> Oh My Fish Documentation • Also in
|
||||
> <a href="../ru-RU/FAQ.md">🇷🇺</a>
|
||||
> <a href="../zh-CN/FAQ.md">🇨🇳</a>
|
||||
|
||||
<br>
|
||||
|
||||
Thanks for taking the time to read this FAQ. Feel free to create a new issue if your question is not answered here.
|
||||
|
||||
|
||||
|
|
|
@ -1,17 +1,14 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
# Packages
|
||||
|
||||
> Oh My Fish Documentation • Also in
|
||||
> <a href="../ru-RU/Packages.md">🇷🇺</a>
|
||||
> <a href="../zh-CN/Packages.md">🇨🇳</a>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<b>English</b> •
|
||||
<a href="../zh-CN/Packages.md">简体中文</a> •
|
||||
<a href="../ru-RU/Packages.md">Русский</a>
|
||||
</p>
|
||||
|
||||
# Creating
|
||||
|
||||
To learn package creation let's create a new package that will provide a `hello_world` command for your shell. Package names may only contain lowercase letters and hyphens to separate words.
|
||||
|
|
|
@ -1,21 +1,14 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<a href="../en-US/FAQ.md">English</a> •
|
||||
<a href="../zh-CN/FAQ.md">简体中文</a> •
|
||||
<b>Русский</b>
|
||||
|
||||
</p>
|
||||
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
# FAQ
|
||||
|
||||
> Oh My Fish Documentation • Also in
|
||||
> <a href="../en-US/FAQ.md">🇺🇸</a>
|
||||
> <a href="../zh-CN/FAQ.md">🇨🇳</a>
|
||||
|
||||
<br>
|
||||
|
||||
Спасибо, что нашли время прочитать этот FAQ. Не стесняйтесь создавать новый Issue, если вы не нашли тут ответ на свой вопрос.
|
||||
|
||||
|
||||
|
|
|
@ -1,16 +1,11 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
<br>
|
||||
# Packages
|
||||
|
||||
<p align="center">
|
||||
<a href="../en-US/Packages.md">English</a> •
|
||||
<a href="../zh-CN/Packages.md">简体中文</a> •
|
||||
<b>Русский</b>
|
||||
</p>
|
||||
> Oh My Fish Documentation • Also in
|
||||
> <a href="../en-US/Packages.md">🇺🇸</a>
|
||||
> <a href="../zh-CN/Packages.md">🇨🇳</a>
|
||||
|
||||
# Создание
|
||||
|
||||
|
|
|
@ -5,16 +5,13 @@
|
|||
|
||||
[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE.md) [![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com) [![Travis Build Status](http://img.shields.io/travis/oh-my-fish/oh-my-fish.svg?style=flat-square)](https://travis-ci.org/oh-my-fish/oh-my-fish) [![Slack Status](https://oh-my-fish-slack.herokuapp.com/badge.svg)](https://oh-my-fish-slack.herokuapp.com)
|
||||
|
||||
|
||||
Oh My Fish обеспечивает базовую инфраструктуру, чтобы обеспечить установку пакетов которые расширяют и модифицируют внешний вид вашей оболочки. Он быстрый, расширяемый и легкий в использовании.
|
||||
|
||||
<br><br>
|
||||
> Also in
|
||||
> <a href="../../README.md">🇺🇸</a>
|
||||
> <a href="../zh-CN/README.md">🇨🇳</a>
|
||||
|
||||
<p align="center">
|
||||
<a href="../../README.md">English</a> •
|
||||
<a href="../zh-CN">简体中文</a> •
|
||||
<b>Русский</b>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
# Установка
|
||||
|
||||
|
|
|
@ -1,19 +1,14 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<a href="../en-US/FAQ.md">English</a> •
|
||||
<b>简体中文</b> •
|
||||
<a href="../ru-RU/FAQ.md">Русский</a>
|
||||
</p>
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
# FAQ
|
||||
|
||||
> Oh My Fish Documentation • Also in
|
||||
> <a href="../en-US/FAQ.md">🇺🇸</a>
|
||||
> <a href="../ru-RU/FAQ.md">🇷🇺</a>
|
||||
|
||||
<br>
|
||||
|
||||
感谢您花一些时间来阅读 FAQ。如果没有从下面找到你想问的问题欢迎给我们提交新的问题(Issue)。
|
||||
|
||||
|
||||
|
|
|
@ -1,17 +1,14 @@
|
|||
<div align="center">
|
||||
<a href="http://github.com/oh-my-fish/oh-my-fish">
|
||||
<img width=120px src="https://cloud.githubusercontent.com/assets/8317250/8510172/f006f0a4-230f-11e5-98b6-5c2e3c87088f.png">
|
||||
</a>
|
||||
</div>
|
||||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
# Packages
|
||||
|
||||
> Oh My Fish Documentation • Also in
|
||||
> <a href="../en-US/Packages.md">🇺🇸</a>
|
||||
> <a href="../ru-RU/Packages.md">🇷🇺</a>
|
||||
|
||||
<br>
|
||||
|
||||
<p align="center">
|
||||
<a href="../en-US/Packages.md">English</a> •
|
||||
<b>简体中文</b> •
|
||||
<a href="../ru-RU/Packages.md">Русский</a>
|
||||
</p>
|
||||
|
||||
# 创建插件或主题
|
||||
|
||||
本教程通过创建一个简单的 `hello_world` 让我们一起来学习,插件名通常仅接受小写英文字母和连字符分割每个单词。
|
||||
|
|
|
@ -7,13 +7,11 @@
|
|||
|
||||
Oh My Fish 提供核心基础设施的配置,允许每个人可以轻松安装插件或随心所欲更换 Shell 外观样式,它的速度敏捷和可扩展性让你**如鱼得水**。
|
||||
|
||||
<br><br>
|
||||
> Also in
|
||||
> <a href="../../README.md">🇺🇸</a>
|
||||
> <a href="../ru-RU/README.md">🇷🇺</a>
|
||||
|
||||
<p align="center">
|
||||
<a href="../../README.md">English</a> •
|
||||
<b>简体中文</b> •
|
||||
<a href="../ru-RU/README.md">Русский</a>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
# 安装
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<img src="https://cdn.rawgit.com/oh-my-fish/oh-my-fish/e4f1c2e0219a17e2c748b824004c8d0b38055c16/docs/logo.svg" align="left" width="128px" height="128px"/>
|
||||
<img align="left" width="0" height="128px"/>
|
||||
|
||||
> Oh My Fish Documentation
|
||||
|
||||
# Core Library
|
||||
|
||||
> Oh My Fish Documentation
|
||||
|
||||
<br>
|
||||
|
||||
#### `require` _`[--no-bundle] <name>...`_
|
||||
|
|
Loading…
Reference in New Issue
Block a user