Giter Site home page Giter Site logo

flashpoint-website's People

Contributors

40411 avatar antoniu200 avatar bluemaxima avatar colin969 avatar deluxghost avatar puigru avatar seirade avatar shadymedic avatar wumbospasm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

flashpoint-website's Issues

translations of the live website are broken

the website is using translations from master branch, which are very outdated.

translations have different placeholders from English, therefore the result strings are broken

there was also Czech option and this is also reverted

there are still BlueMaximas on the home page

@colin969 @WumboSpasm

Add the ability to translate webpage with Crowdin

Request
Our community should have the ability to translate the main webpage using Crowdin.
This would allow us to reach a larger set community, and it's a nice to have thing.

Solution
We can achieve this by utilizing JS. The string will be replaced with Javascript in real time when the user visits the page. Strings from Crowdin will be synced to the repo either with an integration, maybe even Github action. We can even pre-build HTML with Github Action if we don't want to opt in for real-time translations.

Extra
This has already been discussed in Flashpoint Discord at 09/19/2021.

svgs cut off

both the download logo and main site logo seem to be cut off

Flashpoint's Portable Windows archive has a broken shortcut file

Hopefully this is the correct repo for this issue. The shortcut that came in the 7z archive from

https://download.unstable.life/upload/fp121static.7z

which was linked at

https://flashpointarchive.org/downloads

has machine-specific paths such as
C:\Users\zelda\Downloads\newfpo\Flashpoint\Launcher\,
and launching it has started Flashpoint with the root of my drive as a working directory, resulting in an empty database & some not-that-helpful errors in the logs. It required a bit of guesswork to resolve this. Needless to say, I am not Zelda.

image
image

With the working directory corrected, Flashpoint ran just fine.

i18n format placeholders order

A language may have different word order from English. Consider an example sentence:

Sentence {foo} {bar}.

that will be formatted to:

Sentence <b>foo</b> <i>bar</i>.

While translating to another language, the translator might need to change the order of placeholders:

{Bar} {foo} seeeenteeeeenceeee.

This will still be formatted in the original order like this:

<b>Bar</b> <i>foo</i> seeeenteeeeenceeee.

Many i18n frameworks have placeholders with number:

Sentence {1} {2}.

these placeholders can be moved to break the order and still work.

While I really like your placeholder concept, I suggest adding a feature like this, add an order number as a prefix:

Sentence {1:foo} {2:bar}.

therefore we can translate it like this:

{2:Bar} {1:foo} seeeenteeeeenceeee.

Create torrent for extracted files with directory structure as opposed to single 7zip archive

Currently, the torrent for the full Ultimate 10 package downloads the compressed 7zip archive of the project. This results in double the storage requirements for those wishing to both use the project as well as keep it seeding.

Future torrents should include all the project's files with folder structure, unarchived. This will allow simultaneous use and seeding without any additional storage requirements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.