-
-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1760658
commit 2f93d9d
Showing
26 changed files
with
1,289 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import type { LocaleEntry } from './definitions'; | ||
|
||
/** | ||
* The possible definitions related to books. | ||
*/ | ||
export type BookDefinition = LocaleEntry<{ | ||
/** | ||
* The names of actual book authors. | ||
*/ | ||
author: string[]; | ||
|
||
/** | ||
* The formats of a book. | ||
*/ | ||
format: string[]; | ||
|
||
/** | ||
* The names of some book genres. | ||
*/ | ||
genre: string[]; | ||
|
||
/** | ||
* The names of actual book series. | ||
*/ | ||
series: string[]; | ||
|
||
/** | ||
* The names of actual book titles. | ||
*/ | ||
title: string[]; | ||
|
||
/** | ||
* The names of actual book publishers. | ||
*/ | ||
publisher: string[]; | ||
}>; |
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 |
---|---|---|
@@ -0,0 +1,229 @@ | ||
export default [ | ||
'A.A. Milne', | ||
'Agatha Christie', | ||
'Alan Moore and Dave Gibbons', | ||
'Albert Camus', | ||
'Aldous Huxley', | ||
'Alexander Pope', | ||
'Alexandre Dumas', | ||
'Alice Walker', | ||
'Andrew Lang', | ||
'Anne Frank', | ||
'Anthony Burgess', | ||
'Anthony Trollope', | ||
'Antoine de Saint-Exupéry', | ||
'Anton Chekhov', | ||
'Anton Pavlovich Chekhov', | ||
'Arthur Conan Doyle', | ||
'Arthur Schopenhauer', | ||
'Aylmer Maude', | ||
'Ayn Rand', | ||
'Beatrix Potter', | ||
'Benjamin Disraeli', | ||
'Benjamin Jowett', | ||
'Bernard Shaw', | ||
'Bertrand Russell', | ||
'Bhagavanlal Indrajit', | ||
'Boris Pasternak', | ||
'Bram Stoker', | ||
'Brian Evenson', | ||
'C.E. Brock', | ||
'C.S. Lewis', | ||
'Carson McCallers', | ||
'Charles Dickens', | ||
'Charles E. Derbyshire', | ||
'Charlotte Brontë', | ||
'Charlotte Perkins Gilman', | ||
'Chinua Achebe', | ||
'Clifford R. Adams', | ||
'Constance Garnett', | ||
'Cormac McCarthy', | ||
'D.H. Lawrence', | ||
'Dan Brown', | ||
'Daniel Defoe', | ||
'Dante Alighieri', | ||
'Dashiell Hammett', | ||
'David Widger', | ||
'David Wyllie', | ||
'Dean Koontz', | ||
'Don DeLillo', | ||
'E.M. Forster', | ||
'Edgar Allan Poe', | ||
'Edgar Rice Burroughs', | ||
'Elizabeth Cleghorn Gaskell', | ||
'Elizabeth Von Arnim', | ||
'Emily Brontë', | ||
'Erich Remarque', | ||
'Ernest Hemingway', | ||
'Evelyn Waugh', | ||
'F. Scott Fitzgerald', | ||
'Ford Madox Ford', | ||
'Frances Hodgson Burnett', | ||
'Frank Herbert', | ||
'Frank T. Merrill', | ||
'Franz Kafka', | ||
'Friedrich Wilhelm Nietzsche', | ||
'Fyodor Dostoyevsky', | ||
'G.K. Chesterton', | ||
'Gabriel Garcia Marquez', | ||
'Geoffrey Chaucer', | ||
'George Eliot', | ||
'George Grossmith', | ||
'George Orwell', | ||
'George R. R. Martin', | ||
'George Saunders', | ||
'Grady Ward', | ||
'Graham Greene', | ||
'Gustave Doré', | ||
'Gustave Flaubert', | ||
'Guy de Maupassant', | ||
'Günter Grass', | ||
'H.G. Wells', | ||
'H.P. Lovecraft', | ||
'Harper Lee', | ||
'Harriet Beecher Stowe', | ||
'Haruki Murakami', | ||
'Henrik Ibsen', | ||
'Henry David Thoreau', | ||
'Henry Fielding', | ||
'Henry James', | ||
'Henry Miller', | ||
'Henry Morley', | ||
'Herman Melville', | ||
'Hermann Broch', | ||
'Homer', | ||
'Honoré de Balzac', | ||
'Ian McEwan', | ||
'Isabel Florence Hapgood', | ||
'Italo Calvino', | ||
'J.D. Salinger', | ||
'J.K. Rowling', | ||
'J.M. Barrie', | ||
'J.R.R. Tolkien', | ||
'Jack Kerouac', | ||
'Jack London', | ||
'Jacob Grimm', | ||
'Jacqueline Crooks', | ||
'James Baldwin', | ||
'James Dickey', | ||
'James Ellroy', | ||
'James Joyce', | ||
'James Patterson', | ||
'Jane Austen', | ||
'Johann Wolfgang von Goethe', | ||
'John Bunyan', | ||
'John Camden Hotten', | ||
'John Dos Passos', | ||
'John Green', | ||
'John Grisham', | ||
'John Kennedy Toole', | ||
'John Milton', | ||
'John Ormsby', | ||
'John Steinbeck', | ||
'John Updike', | ||
'Jonathan Franzen', | ||
'Jonathan Swift', | ||
'Joseph Conrad', | ||
'Joseph Heller', | ||
'José Rizal', | ||
'Judy Blume', | ||
'Jules Verne', | ||
'Junot Diaz', | ||
'Karl Marx', | ||
'Kazuo Ishiguro', | ||
'Ken Follett', | ||
'Ken Kesey', | ||
'Kenneth Grahame', | ||
'Khaled Hosseini', | ||
'Kingsley Amis', | ||
'Kurt Vonnegut', | ||
'L. Frank Baum', | ||
'L.M. Montgomery', | ||
'Laurence Sterne', | ||
'Leo Tolstoy', | ||
'Lewis Carroll', | ||
'Louisa May Alcott', | ||
'Louise Maude', | ||
'Malcolm Lowry', | ||
'Marcel Proust', | ||
'Margaret Atwood', | ||
'Margaret Mitchell', | ||
'Marilynne Robinson', | ||
'Mark Twain', | ||
'Martin Amis', | ||
'Mary Shelley', | ||
'Michael Chabon', | ||
'Miguel de Cervantes', | ||
'Mikhail Bulgakov', | ||
'Muriel Spark', | ||
'Nancy Mitford', | ||
'Nathanael West', | ||
'Nathaniel Hawthorne', | ||
'Neil Gaiman', | ||
'Niccolo Machiavelli', | ||
'Norman Mailer', | ||
'Oscar Levy', | ||
'Oscar Wilde', | ||
'P.G. Wodehouse', | ||
'Paulo Coelho', | ||
'Peter Carey', | ||
'Philip Pullman', | ||
'Philip Roth', | ||
'Plato', | ||
'R.L. Stine', | ||
'Rachel Kushner', | ||
'Ralph Ellison', | ||
'Ray Bradbury', | ||
'Raymond Chandler', | ||
'Richard Wagner', | ||
'Richard Wright', | ||
'Richard Yates', | ||
'Roald Dahl', | ||
'Robert Graves', | ||
'Robert Louis Stevenson', | ||
'Robert Penn Warren', | ||
'Rudyard Kipling', | ||
'Salman Rushdie', | ||
'Samuel Beckett', | ||
'Samuel Butler', | ||
'Samuel Richardson', | ||
'Saul Bellow', | ||
'Shivaram Parashuram Bhide', | ||
'Sir Arthur Conan Doyle', | ||
'Sir Richard Francis Burton', | ||
'Stendhal', | ||
'Stephen Hawking', | ||
'Stephen King', | ||
'Sun Tzu', | ||
'Suzanne Collins', | ||
'T. Smollett', | ||
'T.S. Eliot', | ||
'Theodore Alois Buckley', | ||
'Theodore Dreiser', | ||
'Thomas Hardy', | ||
'Thomas Love Peacock', | ||
'Thomas Mann', | ||
'Toni Morrison', | ||
'Truman Capote', | ||
'V.S. Naipaul', | ||
'Vance Packard', | ||
'Vatsyayana', | ||
'Victor Hugo', | ||
'Virgil', | ||
'Virginia Woolf', | ||
'Vladimir Nabokov', | ||
'Voltaire', | ||
'W.G. Sebald', | ||
'W.K. Marriott', | ||
'Walker Percy', | ||
'Walt Whitman', | ||
'Walter Scott', | ||
'Wilhelm Grimm', | ||
'Wilkie Collins', | ||
'William Faulkner', | ||
'William Gibson', | ||
'William Golding', | ||
'William Makepeace Thackeray', | ||
'William Shakespeare', | ||
'Zadie Smith', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export default ['Audiobook', 'Ebook', 'Hardcover', 'Paperback']; |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export default [ | ||
'Adventure', | ||
'Biography', | ||
'Business', | ||
"Children's Literature", | ||
'Classic', | ||
'Comedy', | ||
'Comic', | ||
'Detective', | ||
'Drama', | ||
'Fantasy', | ||
'Graphic Novel', | ||
'Historical Fiction', | ||
'Horror', | ||
'Memoir', | ||
'Mystery', | ||
'Mythology', | ||
'Philosophy', | ||
'Poetry', | ||
'Psychology', | ||
'Religion', | ||
'Romance', | ||
'Science Fiction', | ||
'Thriller', | ||
'Western', | ||
'Young Adult', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { BookDefinition } from '../../..'; | ||
import author from './author'; | ||
import format from './format'; | ||
import genre from './genre'; | ||
import publisher from './publisher'; | ||
import series from './series'; | ||
import title from './title'; | ||
|
||
const book: BookDefinition = { | ||
author, | ||
format, | ||
genre, | ||
publisher, | ||
series, | ||
title, | ||
}; | ||
|
||
export default book; |
Oops, something went wrong.