forked from atomicjolt/content_player
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/km/style prev next citation (#20)
* styles prev/next buttons, drawer button, moves footnote * styles prev/next buttons, tweaks button text * styles citation button and drawer-close button * adds aria label to drawer, minor linting * update tests; add aria-hidden attribute to drawer
- Loading branch information
1 parent
0ec8436
commit 53e86fa
Showing
16 changed files
with
1,550 additions
and
11,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
export default { | ||
hi: { | ||
sidebar:{ | ||
activityList: "गतिविधीयों की सूची" // Sidebar title | ||
activityList: 'गतिविधीयों की सूची' // Sidebar title | ||
}, | ||
footer: { | ||
next: 'आगामी', // Next page button in the footer | ||
previous: 'पिछला', // Previous page button in the footer | ||
bibliography: 'प्रशंसा पत्र देखने के लिए क्लिक करें' // Text for bibliography link | ||
next: 'अगली गतिविधि', // Next page button in the footer | ||
previous: 'पिछली गतिविधि', // Previous page button in the footer | ||
bibliography: 'उद्धरण' // Text for bibliography link | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
export default { | ||
te: { | ||
sidebar:{ | ||
activityList: "కార్యాచరణ జాబితా" // Sidebar title | ||
activityList: 'కార్యాచరణ జాబితా' // Sidebar title | ||
}, | ||
footer: { | ||
next: 'తరువాత', // Next page button in the footer | ||
previous: 'మునుపటి', // Previous page button in the footer | ||
bibliography: 'అనులేఖనాలను చూడటానికి క్లిక్ చేయండి' // Text for bibliography link | ||
next: 'తదుపరి చర్య', // Next page button in the footer | ||
previous: 'మునుపటి కార్యాచరణ', // Previous page button in the footer | ||
bibliography: 'ఉదహరణలు' // Text for bibliography link | ||
} | ||
} | ||
}; |
Oops, something went wrong.