Skip to content

Commit

Permalink
social icons & readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasye24 committed Apr 25, 2023
1 parent 0dc32e8 commit 2fc1a37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm ci
# error in this line https://github.com/Tasye24/tasye-languages-tools/issues/1
- run: npm publish --access=public --registry https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHUB_TOKEN }}
publish-gpr:
name: Publish to GitHub Packages
needs: build
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# tasye-languages-tools

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tasye24/tasye-languages-tools/npm-publish-github-packages.yml)![GitHub top language](https://img.shields.io/github/languages/top/tasye24/tasye-languages-tools) ![GitHub package.json version](https://img.shields.io/github/package-json/v/tasye24/tasye-languages-tools) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/tasye24/tasye-languages-tools) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/tasye24/tasye-languages-tools) ![licence](https://img.shields.io/github/license/tasye24/tasye-languages-tools) ![repo size](https://img.shields.io/github/repo-size/tasye24/tasye-languages-tools?label=rpo%20size%20%28full%29)
<!-- Logo -->

<img style="width: 100%" src="./project_logos/logo.png" alt="logo">

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tasye24/tasye-languages-tools/npm-publish-github-packages.yml) ![GitHub top language](https://img.shields.io/github/languages/top/tasye24/tasye-languages-tools) ![GitHub package.json version](https://img.shields.io/github/package-json/v/tasye24/tasye-languages-tools) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/tasye24/tasye-languages-tools) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/tasye24/tasye-languages-tools) ![licence](https://img.shields.io/github/license/tasye24/tasye-languages-tools) ![repo size](https://img.shields.io/github/repo-size/tasye24/tasye-languages-tools?label=rpo%20size%20%28full%29)

## Intro

In some languages like french (idk if others languages have same patterns) before a voyel and a muted "*h*" you should use an "[*élision*](https://fr.wiktionary.org/wiki/%C3%A9lision)".

That's why instead of getting

> "Le chat `<u style="text-decoration: #f00 wavy underline">`de A `</u>`driana"
> "Le chat <u style="text-decoration: #f00 wavy underline">de A </u>driana"
We write:

> "Le chat `<u>`d'A `</u>`driana"
> "Le chat <u>d'A </u>driana"
## Why use this ?

Expand Down
Binary file added project_logos/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project_logos/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fc1a37

Please sign in to comment.