mirror of
https://github.com/johrpan/christmas_cats.git
synced 2025-10-28 11:17:25 +01:00
Change "christmas" to "Christmas"
This commit is contained in:
parent
76d6f885a8
commit
00551e9662
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Christmas Cats
|
# Christmas Cats
|
||||||
|
|
||||||
A little game about cats and christmas trees. This was a christmas present for
|
A little game about cats and Christmas trees. This was a Christmas present for
|
||||||
my fantastic girlfriend Kira.
|
my fantastic girlfriend Kira.
|
||||||
|
|
||||||
## Hacking
|
## Hacking
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,11 @@ class ChristmasCatsLocalizations {
|
||||||
'intro': 'Introduction',
|
'intro': 'Introduction',
|
||||||
'ad': 'Support me',
|
'ad': 'Support me',
|
||||||
'noAds': 'No ads available',
|
'noAds': 'No ads available',
|
||||||
'poem': 'Cats are climbing christmas trees,\n'
|
'poem': 'Cats are climbing Christmas trees,\n'
|
||||||
'The trees are getting wiggly,\n'
|
'The trees are getting wiggly,\n'
|
||||||
'You\'ll get a lot of trouble,\n'
|
'You\'ll get a lot of trouble,\n'
|
||||||
'If You don\'t tap them quickly.',
|
'If you don\'t tap them quickly.',
|
||||||
'intro1': 'Cats are climbing christmas trees,',
|
'intro1': 'Cats are climbing Christmas trees,',
|
||||||
'intro2': 'The trees are getting wiggly,',
|
'intro2': 'The trees are getting wiggly,',
|
||||||
'intro3': 'You\'ll get a lot of trouble,',
|
'intro3': 'You\'ll get a lot of trouble,',
|
||||||
'intro4': 'If You don\'t tap them quickly.',
|
'intro4': 'If You don\'t tap them quickly.',
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: christmas_cats
|
name: christmas_cats
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
description: A little game about cats and christmas trees.
|
description: A little game about cats and Christmas trees.
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue