Skip to content

Commit

Permalink
Update and rename .keepgit to readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Oct 13, 2024
1 parent f5168c5 commit 413ef27
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/.keepgit

This file was deleted.

38 changes: 38 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Translate README

on:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
- name: Adding README - Chinese Simplified
uses: dephraiim/translate-readme@main
with:
LANG: zh-CN
- name: Adding README - Chinese Traditional
uses: dephraiim/translate-readme@main
with:
LANG: zh-TW
- name: Adding README - Hindi
uses: dephraiim/translate-readme@main
with:
LANG: hi
- name: Adding README - Arabic
uses: dephraiim/translate-readme@main
with:
LANG: ar
- name: Adding README - French
uses: dephraiim/translate-readme@main
with:
LANG: fr

0 comments on commit 413ef27

Please sign in to comment.