-
-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into hacker_abbreviation
- Loading branch information
Showing
73 changed files
with
3,432 additions
and
1,873 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export default ['#####', '####', '###']; | ||
export default ['###', '##', '##a', '##b', '##c', '#/#']; |
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 +1 @@ | ||
export default ['Apt. ###', 'Suite ###']; | ||
export default ['m. ###']; |
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,18 +1,18 @@ | ||
export default [ | ||
'Dolnośląskie', | ||
'Kujawsko-pomorskie', | ||
'Lubelskie', | ||
'Lubuskie', | ||
'Łódzkie', | ||
'Małopolskie', | ||
'Mazowieckie', | ||
'Opolskie', | ||
'Podkarpackie', | ||
'Podlaskie', | ||
'Pomorskie', | ||
'Śląskie', | ||
'Świętokrzyskie', | ||
'Warmińsko-mazurskie', | ||
'Wielkopolskie', | ||
'Zachodniopomorskie', | ||
'dolnośląskie', | ||
'kujawsko-pomorskie', | ||
'lubelskie', | ||
'lubuskie', | ||
'łódzkie', | ||
'małopolskie', | ||
'mazowieckie', | ||
'opolskie', | ||
'podkarpackie', | ||
'podlaskie', | ||
'pomorskie', | ||
'śląskie', | ||
'świętokrzyskie', | ||
'warmińsko-mazurskie', | ||
'wielkopolskie', | ||
'zachodniopomorskie', | ||
]; |
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,18 +1,18 @@ | ||
export default [ | ||
'DŚ', | ||
'DS', | ||
'KP', | ||
'LU', | ||
'LB', | ||
'LS', | ||
'ŁD', | ||
'MP', | ||
'LD', | ||
'MA', | ||
'MZ', | ||
'OP', | ||
'PK', | ||
'PL', | ||
'PD', | ||
'PM', | ||
'ŚL', | ||
'ŚK', | ||
'WM', | ||
'SL', | ||
'SK', | ||
'WN', | ||
'WP', | ||
'ZP', | ||
]; |
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,13 @@ | ||
export default [ | ||
'czerwony', | ||
'zielony', | ||
'niebieski', | ||
'żółty', | ||
'pomarańczowy', | ||
'granatowy', | ||
'szary', | ||
'biały', | ||
'czarny', | ||
'fioletowy', | ||
'różowy', | ||
]; |
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,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { ColorDefinitions } from '../../..'; | ||
import human from './human'; | ||
|
||
const color: ColorDefinitions = { | ||
human, | ||
}; | ||
|
||
export default color; |
File renamed without changes.
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 +1 @@ | ||
export default ['Inc', 'and Sons', 'LLC', 'Group']; | ||
export default ['S.A.', 'z o.o', 'Sp. j.', 'Sp. p.', 'Sp. k.', 'SKA', 's.c.']; |
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,20 @@ | ||
export default [ | ||
'Alternatywna', | ||
'Blues', | ||
'Country', | ||
'Disco polo', | ||
'Elektroniczna', | ||
'Funk', | ||
'Hip Hop', | ||
'Indie Pop', | ||
'Jazz', | ||
'Klasyczna', | ||
'Latynoska', | ||
'Ludowa', | ||
'Metal', | ||
'Pop', | ||
'Rap', | ||
'Reggae', | ||
'Rock', | ||
'Soul', | ||
]; |
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,14 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { MusicDefinitions } from '../../..'; | ||
import genre from './genre'; | ||
import song_name from './song_name'; | ||
|
||
const music: MusicDefinitions = { | ||
genre, | ||
song_name, | ||
}; | ||
|
||
export default music; |
Oops, something went wrong.