Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoru committed Aug 2, 2023
1 parent e183e11 commit 0f68b21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019 The Board of Trustees of the Leland Stanford Junior University
Copyright 2023 Satoru Nakamura

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {
```
## Installing `mirador-layer-slideshow`

`mirador-layer-slideshow` requires an instance of Mirador 3. See the [Mirador wiki](https://github.com/ProjectMirador/mirador/wiki) for examples of embedding Mirador within an application. See the [live demo's index.js](https://github.com/nakamura196/mirador-layer-slideshow/blob/master/demo/src/index.js) for an example of importing the `mirador-layer-slideshow` plugin and configuring the adapter.
`mirador-layer-slideshow` requires an instance of Mirador 3. See the [Mirador wiki](https://github.com/ProjectMirador/mirador/wiki) for examples of embedding Mirador within an application. See the [live demo's index.js](https://github.com/nakamura196/mirador-layer-slideshow-plugin/blob/main/demo/src/index.js) for an example of importing the `mirador-layer-slideshow` plugin and configuring the adapter.

## Contribute
Mirador's development, design, and maintenance is driven by community needs and ongoing feedback and discussion. Join us at our regularly scheduled community calls, on [IIIF slack #mirador](http://bit.ly/iiif-slack), or the [mirador-tech](https://groups.google.com/forum/#!forum/mirador-tech) and [iiif-discuss](https://groups.google.com/forum/#!forum/iiif-discuss) mailing lists. To suggest features, report bugs, and clarify usage, please submit a GitHub issue.
3 changes: 1 addition & 2 deletions demo/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { miradorLayerSlideshowPlugin } from '../../src';
const config = {
id: 'demo',
windows: [{
layerSlideshowEnabled: true, // true,
// imageToolsOpen: false, // true,
layerSlideshowEnabled: true,
manifestId: 'https://gist.githubusercontent.com/nakamura196/0c6a28d03b34d18165bb0d4940673b7e/raw/9cf148fbf8df6cee43debaafd9a47d8757e9380a/kaishi.json',
}],
};
Expand Down
2 changes: 0 additions & 2 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ const translations = {
ja: {
collapse_open: 'レイヤーを畳む',
collapse_close: 'レイヤースライドショーを開く',

hide: 'レイヤースライドショーを隠す',

show: 'レイヤースライドショーを表示',
start: '開始',
stop: '停止',
Expand Down

0 comments on commit 0f68b21

Please sign in to comment.