Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'

Expand All @@ -31,7 +31,7 @@ jobs:
- run: mdbook build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/ja'
# if: github.ref == 'refs/heads/master'
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main

- name: Cache PureScript dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
exercises/*/.spago
exercises/*/output

- name: Set up Node toolchain
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version: "24.x"

- name: Cache NPM dependencies
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains a [community fork](https://github.com/purescript-contri

If you enjoyed the book or found it useful, please consider buying a copy of [the original on Leanpub](https://leanpub.com/purescript).

Translations: [日本語 (Japanese)](https://gemmaro.github.io/purescript-book/)
Translations: [日本語 (Japanese)](https://purs-jp.github.io/purescript-book/)

## Status

Expand Down
1 change: 0 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[book]
authors = ["Phil Freeman"]
language = "ja"
multilingual = false
src = "text-ja"
title = "実例によるPureScript"

Expand Down
2 changes: 1 addition & 1 deletion text-ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PureScriptのエコシステムの最新の機能を紹介すべく書き直さ

本書をお楽しみいただき、お役立ちいただけましたら、[Leanpubの原書](https://leanpub.com/purescript)の購入をご検討ください。

翻訳:[日本語(本訳)](https://gemmaro.github.io/purescript-book/)
翻訳:[日本語(本訳)](https://purs-jp.github.io/purescript-book/)

## 現状

Expand Down
2 changes: 1 addition & 1 deletion translation/po/all.pot
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ msgstr ""
#. type: Plain text
#: ../README.md:8
#, markdown-text
msgid "Translations: [日本語 (Japanese)](https://gemmaro.github.io/purescript-book/)"
msgid "Translations: [日本語 (Japanese)](https://purs-jp.github.io/purescript-book/)"
msgstr ""

#. type: Title ##
Expand Down
4 changes: 2 additions & 2 deletions translation/po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ msgstr ""
#. type: Plain text
#: ../README.md:8
msgid ""
"Translations: [日本語 (Japanese)](https://gemmaro.github.io/purescript-book/)"
msgstr "翻訳:[日本語(本訳)](https://gemmaro.github.io/purescript-book/)"
"Translations: [日本語 (Japanese)](https://purs-jp.github.io/purescript-book/)"
msgstr "翻訳:[日本語(本訳)](https://purs-jp.github.io/purescript-book/)"

#. type: Title ##
#: ../README.md:9
Expand Down