Skip to content

Commit

Permalink
Add French translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bkthomps committed Sep 12, 2021
1 parent 1bf67cb commit fbbbcda
Show file tree
Hide file tree
Showing 7 changed files with 797 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2019 Bailey Thompson
Copyright (c) 2016-2021 Bailey Thompson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DEFAULT_GOAL := create_jar

create_jar:
$(MAKE) -C src
mv src/TrumpWillTriumph.jar .
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# TrumpWillTriumph
You are running for president of the United States of America. To become president, you must conquer at least 25 of the 50 states. Each state can be conquered by winning a unique challenge.
You are running for president of the United States of America. To become president, you must conquer at least 25 of the
50 states. Each state can be conquered by winning a unique challenge.

## Setup
1. The Java version for this project is Java 8.
2. Make sure you have the JDK or JRE installed. If you do not have either of those installed, you can install the JRE by going [here](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) and following the steps.
3. Download the Assets folder and TrumpWillTriumph.jar to the same location on your computer.
4. Afterwards, you can run the application by running the jar file.
2. Make sure you have the JDK or JRE installed. If you do not have either of those installed, you can install the JRE
by going [here](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) and following the
steps.
3. Download the Assets folder and TrumpWillTriumph.jar to the same location on your computer. You can do this by
downloading the zip in the top right of the GitHub UI and then unzipping it locally on your computer.
4. Afterwards, you can run the application by running the jar file. If this does not work, you can run it using
`java -jar TrumpWillTriumph.jar` in your command line.

## Disclaimer
This application is meant for entertainment purposes only and does not reflect the political beliefs of its author.
This application is intended as a satire of the events that occurred during the 2016 American presidential race.
Any remarks in the game are presented as remarks in which candidates would make, and are not to be taken as an
endorsement by the author of the game.

## Screenshots
![Trump Rally](/Images/TrumpRally.png?raw=true "Trump Rally")
Expand Down
Binary file modified TrumpWillTriumph.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DEFAULT_GOAL := create_jar

create_jar:
javac trumpwilltriumph/*.java
jar cfe TrumpWillTriumph.jar trumpwilltriumph.TrumpWillTriumph trumpwilltriumph/*
rm trumpwilltriumph/*.class
2 changes: 1 addition & 1 deletion src/trumpwilltriumph/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Rally.question_3_1=I will build a wall
Rally.question_3_2=I will make America great again
Rally.question_4_1=Hillary Clinton was the worst secretary of state
Rally.question_4_2=Hillary Clinton is a great person
Rally.question_5_1=Mexican are bringing drugs and crime
Rally.question_5_1=Mexicans are bringing drugs and crime
Rally.question_5_2=Some Mexicans are good people

Reactor.temperature=Temperature:
Expand Down
772 changes: 772 additions & 0 deletions src/trumpwilltriumph/i18n_fr.properties

Large diffs are not rendered by default.

0 comments on commit fbbbcda

Please sign in to comment.