@ -13,7 +13,7 @@ int myFunction(int a)
@@ -13,7 +13,7 @@ int myFunction(int a)
myClass::myClass(int *parent)
: m_parent(parent)
{
//initialiaze
//initialize
}
int myClass::myMethod(int a)
@ -119,10 +119,10 @@ Generally it will depend on the particular piece of code and would be determined
@@ -119,10 +119,10 @@ Generally it will depend on the particular piece of code and would be determined
### 4. File encoding and line endings.###
UTF-8 and Unix-like line ending (LF). Unless some platform speficic files need other encodings/line endings.
UTF-8 and Unix-like line ending (LF). Unless some platform specific files need other encodings/line endings.
### 5. Initialization lists.###
Initialization lists should be vertical. This will allow for more easily readable diffs. The inilization colon should be indented and in its own line along with first argument. The rest of the arguments should be indented too and have the comma prepended.
Initialization lists should be vertical. This will allow for more easily readable diffs. The initialization colon should be indented and in its own line along with first argument. The rest of the arguments should be indented too and have the comma prepended.
"([a-zA-Z0-9\\?%=&/_\\.:#;-]+)"// everything to 1st non-URI char, must be at least one char after the previous dot (cannot use ".*" because it can be too greedy)
")"
"|"
"("// case 2b no scheme, no TLD, must have at least 2 aphanum strings plus uncommon TLD string --> del.icio.us
"("// case 2b no scheme, no TLD, must have at least 2 alphanum strings plus uncommon TLD string --> del.icio.us
"([a-zA-Z0-9_-]+\\.) {2,}"//2 or more domainpart. --> del.icio.
"[a-zA-Z]{2,}"//one ab (2 char or longer) --> us
"([a-zA-Z0-9\\?%=&/_\\.:#;-]*)"// everything to 1st non-URI char, maybe nothing in case of del.icio.us/path
@ -39,4 +39,4 @@ When you run lupdate Transifex needs to know that the source is updated. When cr
@@ -39,4 +39,4 @@ When you run lupdate Transifex needs to know that the source is updated. When cr
you should go to the website, select the resource and hit "edit resource". From there you should update the
"Source file URL". It should point to the exact file in the github repository(eg src/lang/qbittorrent_en.ts). Be sure to copy
the 'raw' link presented by github and not the regular one. This will make Transifex fetch automatically the source file
from the repo(maybe once a day). If you want to instantly update the resouce then on the correct branch run "tx push -s"
from the repo(maybe once a day). If you want to instantly update the resource then on the correct branch run "tx push -s"