Skip to content

Commit

Permalink
Merge pull request #3118 from ethereum/gitIgnUpdate
Browse files Browse the repository at this point in the history
update .gitignore & committing .pot files
  • Loading branch information
yann300 authored Nov 1, 2022
2 parents 413dbce + 8c3cc13 commit 18caf1c
Show file tree
Hide file tree
Showing 66 changed files with 2,530 additions and 497 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ TODO
.tern-port
.idea
.vscode
docs/_build
docs/_build/html
docs/_build/gettext/.doctrees
docs/_build/doctrees/
*.doctree
Binary file modified docs/_build/gettext/.doctrees/FAQ.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/assert_library.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/code_contribution_guide.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/community.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/compile.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/contract_metadata.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/create_deploy.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/debugger.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/file_explorer.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/import.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/layout.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/locations.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/plugin_manager.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/remix_commands.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/remixd.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/run.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/settings.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/solidity_editor.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/static_analysis.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/terminal.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/tutorial_debug.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/udapp.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/unittesting.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/unittesting_examples.doctree
Binary file not shown.
80 changes: 40 additions & 40 deletions docs/_build/gettext/FAQ.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Remix - Ethereum IDE 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-07 16:28-0400\n"
"POT-Creation-Date: 2022-09-28 23:16-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -25,151 +25,151 @@ msgid "Supported devices & Browsers"
msgstr ""

#: ../../FAQ.md:5
msgid "Q: What browsers will Remix work on?"
msgid "**Q:** What browsers will Remix work on?"
msgstr ""

#: ../../FAQ.md:7
msgid "A: We support Firefox, Chrome, and Brave. We do not test or look for errors in Safari, Edge or other browsers."
msgid "**A:** We support Firefox, Chrome, and Brave. We do not test or look for errors in Safari, Edge or other browsers."
msgstr ""

#: ../../FAQ.md:9
msgid "Q: Will Remix work on a tablet or mobile device?"
msgid "**Q:** Will Remix work on a tablet or mobile device?"
msgstr ""

#: ../../FAQ.md:11
msgid "A: We do not support the use of Remix on tablets or mobile phones."
msgid "**A:** We do not support the use of Remix on tablets or mobile phones."
msgstr ""

#: ../../FAQ.md:13
msgid "General"
msgstr ""

#: ../../FAQ.md:15
msgid "Q: Are there keyboard shortcuts in Remix?"
msgid "**Q:** Are there keyboard shortcuts in Remix?"
msgstr ""

#: ../../FAQ.md:17
msgid "A: Yes - here is the list of keyboard shortcuts:"
msgid "**A:** Yes - here is the list of keyboard shortcuts:"
msgstr ""

#: ../../FAQ.md:19
msgid "Ctrl+Shift+F : Opens the File Explorer"
msgid "`Ctrl+Shift+F` : Opens the File Explorer"
msgstr ""

#: ../../FAQ.md:21
msgid "Ctrl+Shift+A : Opens the Plugin Manager"
msgid "`Ctrl+Shift+A` : Opens the Plugin Manager"
msgstr ""

#: ../../FAQ.md:23
msgid "Ctrl+S: Compiles the active Solidity file"
msgid "`Ctrl+S`: Compiles the active Solidity file"
msgstr ""

#: ../../FAQ.md:25
msgid "Ctrl+Shift+S: Compiles a Solidity file and runs a script when the script is displayed in the editor.<br>(go here more info about this functionality)"
msgid "`Ctrl+Shift+S`: Compiles a Solidity file and runs a script when the script is displayed in the editor.<br>(go [here](running_js_scripts.html#compile-a-contract-and-run-a-script-on-the-fly) more info about this functionality)"
msgstr ""

#: ../../FAQ.md:27
msgid "Solidity compiler"
msgstr ""

#: ../../FAQ.md:29
msgid "Q: Error: compiler might be in a non-sane state"
msgid "**Q:** Error: compiler might be in a non-sane state"
msgstr ""

#: ../../FAQ.md:36
msgid "A: Old versions of solidity compiler had this problem with chrome. Please change the compiler version in Solidity Plugin to the newer one or use another browser."
msgid "**A:** Old versions of solidity compiler had this problem with chrome. Please change the compiler version in Solidity Plugin to the newer one or use another browser."
msgstr ""

#: ../../FAQ.md:39
msgid "Q: I’m getting an issue with Maximum call stack exceed and various other errors, can't compile."
msgid "**Q:** I’m getting an issue with Maximum call stack exceed and various other errors, can't compile."
msgstr ""

#: ../../FAQ.md:41
msgid "A: Try a different browser or a newer solidity compiler version."
msgid "**A:** Try a different browser or a newer solidity compiler version."
msgstr ""

#: ../../FAQ.md:43
msgid "Q: How to verify a contract that imports other contracts?"
msgid "**Q:** How to verify a contract that imports other contracts?"
msgstr ""

#: ../../FAQ.md:45
msgid "A: The verification tool does not recursively go through the import statements in a contract. So can only verify a 'flattened' contract."
msgid "**A:** The verification tool does not recursively go through the import statements in a contract. So can only verify a 'flattened' contract."
msgstr ""

#: ../../FAQ.md:47
msgid "There is a plugin called Flattener which will stuff all the original code and the imported code into a single file."
msgid "There is a plugin called `Flattener` which will stuff all the original code and the imported code into a single file."
msgstr ""

#: ../../FAQ.md:49
msgid "Deploy & Run"
msgstr ""

#: ../../FAQ.md:51
msgid "Q: I am using an Infura endpoint in my app, but when I try to deploy against that endpoint in Remix IDE selecting \"External HTTP Provider\" and putting my endpoint in, it's telling me that it can't connect"
msgid "**Q:** I am using an Infura endpoint in my app, but when I try to deploy against that endpoint in Remix IDE selecting \"External HTTP Provider\" and putting my endpoint in, it's telling me that it can't connect"
msgstr ""

#: ../../FAQ.md:53
msgid "A: If the endpoint you are using is http, it won't work."
msgid "**A:** If the endpoint you are using is http, it won't work."
msgstr ""

#: ../../FAQ.md:55
msgid "Q: Where is deploy button?"
msgid "**Q:** Where is deploy button?"
msgstr ""

#: ../../FAQ.md:57
msgid "A: Its in the Deploy & Run module. If you haven't activated that module, you should do that by clicking Deploy & Run module in the Plugin Manager. You could also activate everything you need to work with solidity on the landing page ( click the remix logo at the top left for the screen) and click the \"Solidity\" button in the environment section."
msgid "**A:** Its in the Deploy & Run module. If you haven't activated that module, you should do that by clicking Deploy & Run module in the Plugin Manager. You could also activate everything you need to work with solidity on the landing page ( click the remix logo at the top left for the screen) and click the \"Solidity\" button in the environment section."
msgstr ""

#: ../../FAQ.md:60
msgid "Q: How to pass a tuple to a public function in Remix?"
msgid "**Q:** How to pass a tuple to a public function in Remix?"
msgstr ""

#: ../../FAQ.md:62
msgid "A: Pass it as an array []."
msgid "**A:** Pass it as an array []."
msgstr ""

#: ../../FAQ.md:64
msgid "Q: How to input a struct as input to a parameter of a function in the Deploy & Run module?"
msgid "**Q:** How to input a struct as input to a parameter of a function in the Deploy & Run module?"
msgstr ""

#: ../../FAQ.md:66
msgid "A: For inputting a struct, just like a tuple, pass it in as an array []. Also you need to put in the line:"
msgid "**A:** For inputting a struct, just like a tuple, pass it in as an array []. Also you need to put in the line:"
msgstr ""

#: ../../FAQ.md:68
msgid "pragma experimental ABIEncoderV2; at the top of the solidity file."
msgid "`pragma experimental ABIEncoderV2;` at the top of the solidity file."
msgstr ""

#: ../../FAQ.md:70
msgid "For example, here's a solidity file with a struct is an input parameter."
msgstr ""

#: ../../FAQ.md:102
msgid "The input of initPeepToPeeps takes a struct. If you input [1,2] the transaction will go through."
msgid "The input of initPeepToPeeps takes a struct. If you input `[1,2]` the transaction will go through."
msgstr ""

#: ../../FAQ.md:106
msgid "Plugin Developers"
msgstr ""

#: ../../FAQ.md:108
msgid "Q: Where do plugin developers go with their questions?"
msgid "**Q:** Where do plugin developers go with their questions?"
msgstr ""

#: ../../FAQ.md:110
msgid "A: The Gitter Remix plugin developers room https://gitter.im/ethereum/remix-dev-plugin"
msgid "**A:** The Gitter Remix plugin developers room https://gitter.im/ethereum/remix-dev-plugin"
msgstr ""

#: ../../FAQ.md:112
msgid "Analytics"
msgstr ""

#: ../../FAQ.md:114
msgid "Q: What information does Remix save when Matomo Analytics is enabled?"
msgid "**Q:** What information does Remix save when Matomo Analytics is enabled?"
msgstr ""

#: ../../FAQ.md:116
msgid "A: We want to know:"
msgid "**A:** We want to know:"
msgstr ""

#: ../../FAQ.md:118
Expand All @@ -193,41 +193,41 @@ msgid "On the homepage, which file importing buttons are used"
msgstr ""

#: ../../FAQ.md:124
msgid "Q: Is it opt-in or opt-out?"
msgid "**Q:** Is it opt-in or opt-out?"
msgstr ""

#: ../../FAQ.md:126
msgid "A: We use Matomo as an opt-in analytics platform."
msgid "**A:** We use Matomo as an opt-in analytics platform."
msgstr ""

#: ../../FAQ.md:128
msgid "Q: Where is the info stored? Is the info shared with 3rd parties?"
msgid "**Q:** Where is the info stored? Is the info shared with 3rd parties?"
msgstr ""

#: ../../FAQ.md:130
msgid "A: All data collected through Matomo is stored on our own server. No data is given to third parties."
msgid "**A:** All data collected through Matomo is stored on our own server. No data is given to third parties."
msgstr ""

#: ../../FAQ.md:132
msgid "We respect your privacy and do not collect nor store any personally identifiable information (PII)."
msgstr ""

#: ../../FAQ.md:134
msgid "Q: What does Remix do with this info?"
msgid "**Q:** What does Remix do with this info?"
msgstr ""

#: ../../FAQ.md:136
msgid "A: Our goal is to understand how many users we have, what plugins people are using, what is not getting used, what is not being used to its full potential."
msgid "**A:** Our goal is to understand how many users we have, what plugins people are using, what is not getting used, what is not being used to its full potential."
msgstr ""

#: ../../FAQ.md:138
msgid "With this understanding, we can make adjustments to the UI as well as providing more tips and documentation. It's a way of getting constant anonymous feedback from our users."
msgstr ""

#: ../../FAQ.md:140
msgid "Q: After I agree opt-in, can I change my mind?"
msgid "**Q:** After I agree opt-in, can I change my mind?"
msgstr ""

#: ../../FAQ.md:142
msgid "A: You can turn off or on Matomo in the Settings panel. There are no consequences for not opting-in or opting-out."
msgid "**A:** You can turn off or on Matomo in the Settings panel. There are no consequences for not opting-in or opting-out."
msgstr ""
29 changes: 29 additions & 0 deletions docs/_build/gettext/FAS.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2019-22, Remix;
# This file is distributed under the same license as the Remix - Ethereum IDE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Remix - Ethereum IDE 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-20 17:14-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../FAS.md:1
msgid "Frequently Asked Scripts"
msgstr ""

#: ../../FAS.md:4
msgid "Deploy with web3.js"
msgstr ""

#: ../../FAS.md:33
msgid "Deploy with Ethers"
msgstr ""
Loading

0 comments on commit 18caf1c

Please sign in to comment.