mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-24 20:22:41 +01:00
Merge pull request #5139 from ivandrofly/feature/portugues-conjunctions
add Portuguese conjunctions
This commit is contained in:
commit
629e39980c
@ -1173,7 +1173,15 @@ namespace Nikse.SubtitleEdit.Core.Common
|
||||
"mais", "car", "donc", "parce que", "par exemple"
|
||||
};
|
||||
}
|
||||
|
||||
else if (language == "pt")
|
||||
{
|
||||
conjunctions = new List<string>
|
||||
{
|
||||
"mas", "nem", "por exemplo", "e", "bem com", "todavia", "no entanto", "mas também", "como também",
|
||||
"bem como", "porém", "por isso", "porque", "portanto"
|
||||
};
|
||||
}
|
||||
|
||||
if (conjunctions != null)
|
||||
{
|
||||
foreach (string conjunction in conjunctions)
|
||||
|
Loading…
Reference in New Issue
Block a user